4 releases
0.1.10 | Oct 19, 2024 |
---|---|
0.1.9 | Sep 11, 2024 |
0.1.8 | May 20, 2023 |
0.1.7 | Aug 17, 2022 |
0.1.3 |
|
#150 in Concurrency
27,121 downloads per month
Used in 15 crates
(via openssh-sftp-client-lowle…)
44KB
997 lines
ConcurrentArena
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
Dependencies
~0.7–5.5MB
~22K SLoC