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.