entangled
entangled copied to clipboard
Implement statically-sized version of containers
Some targets will probably need statically-sized version of our containers (lists, queues...) in a NO_DYNAMIC_ALLOCATION environment
@ifullgaz was discussing this with me, did you had in mind @thibault-martinez implementing stack based memory pool for that? should the containers be thread safe?
@thibault-martinez , what's with that?
We heavily rely on dynamic memory allocation right now, this won't probably fit some targets