AtomicVec: a fixed-capacity vector which allows concurrent reads and exclusive writes

⚓ Rust    📅 2025-12-28    👤 surdeus    👁️ 8      

surdeus

Some days ago someone in this forum asked this:

so I tried to implement this structure myself. It still isn't finished but the core functionalities are all there, so I'd be glad if someone could tell me their opinion about my code.
note that I didn't test it yet so maybe there's some unsoundness.

repository: GitHub - CieriA/atomicvec-rs: Rust library implementing fixed-capacity vector which allows concurrent reads and exclusive writes.

8 posts - 3 participants

Read full topic

🏷️ Rust_feed