Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 720 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 720 Bytes

ConcurrentArena

Rust

crate.io downloads

crate.io version

docs

Concurrent arena that

  • Support concurrent inserted and removed;
  • Use a u32 as key;
  • Returns ArenaArc to track the inserted object to avoid lifetime issues.

How to run tests

./run_tests.sh