#arena #shared #slotmap

concurrent_arena

u32 concurrent insertion/removal arena that returns ArenaArc

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 Dec 30, 2021

#147 in Concurrency

Download history 10727/week @ 2024-09-20 10777/week @ 2024-09-27 10234/week @ 2024-10-04 9541/week @ 2024-10-11 9618/week @ 2024-10-18 9683/week @ 2024-10-25 9102/week @ 2024-11-01 8693/week @ 2024-11-08 7741/week @ 2024-11-15 5237/week @ 2024-11-22 6484/week @ 2024-11-29 5283/week @ 2024-12-06 6419/week @ 2024-12-13 4934/week @ 2024-12-20 6846/week @ 2024-12-27 6243/week @ 2025-01-03

25,354 downloads per month
Used in 15 crates (via openssh-sftp-client-lowle…)

MIT license

44KB
997 lines

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

Dependencies

~0.7–5.5MB
~22K SLoC