MicroAlloc
The author describes creating their own memory allocator after studying the ESP-IDF heap allocator, noting that general-purpose heap allocators involve trade-offs with no perfect solution.
The author describes creating their own memory allocator after studying the ESP-IDF heap allocator, noting that general-purpose heap allocators involve trade-offs with no perfect solution.
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.