MicroAlloc
著者はesp-idfヒープアロケータのソースコードを調査した後、独自のアロケータを作成することを決意しました。汎用ヒープアロケータは完璧な解決策が存在しないトレードオフの問題であり、それがこのプロジェクトの魅力となっています。
著者はesp-idfヒープアロケータのソースコードを調査した後、独自のアロケータを作成することを決意しました。汎用ヒープアロケータは完璧な解決策が存在しないトレードオフの問題であり、それがこのプロジェクトの魅力となっています。
The talk discusses risks of shipping unknown build dependencies from npm and runtime third-party service dependencies. It questions whether projects adequately consider long-term costs, and introduces "microstacks" as an approach using minimal build dependencies and no runtime service dependencies.