TopicTracker
出典 bogdanthegeek.github.io原文を表示
翻訳言語翻訳言語

MicroAlloc

著者は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.