concurrent_arena-0.1.5 has been yanked.
ConcurrentArena
Concurrent arena that
- Support concurrent inserted and removed;
- Use a
u32as key; - Returns
ArenaArcto track the inserted object to avoid lifetime issues.
How to run tests
./run_tests.sh