Docs.rs
concurrent_arena-0.1.10
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
concurrent_arena 0.1.10
u32 concurrent insertion/removal arena that returns ArenaArc
Crate
Source
Builds
Feature flags
Documentation
Coverage
0%
0
out of
1
items documented
0
out of
1
items with examples
Links
NobodyXu/concurrent_arena
2
1
2
crates.io
Dependencies
arc-swap ^1.5.0
normal
parking_lot ^0.12.0
normal
triomphe ^0.1.5
normal
bitvec ^1.0
dev
rayon ^1.5.1
dev
Versions
0.1.10
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Owners
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