typed_arena
1.4.0
An implementation of the arena: a fast but limited type of allocator.
Change Log
Released 2018/06/21.
typed_arena
1.4.0An implementation of the arena: a fast but limited type of allocator.
Released 2018/06/21.
Quick question: is there a crate which works like typed_arena, but:
In other words, I am looking for a ChunkList based Vec analogue, who’s push method needs only a shared reference. That should be sound, right?
I'm not aware of any such crate.