usagi / rust-memory-container-cs

Rust Memory Container Cheat-sheet
MIT License
2.37k stars 80 forks source link

Maybe add `AtomicRefCell` #12

Open sdroege opened 10 months ago

sdroege commented 10 months ago

While it's in a separate crate, AtomicRefCell seems like a very useful addition here as it expresses slightly different guarantees than Mutex / RWLock, and in the situations where it can be used it has a lot less overhead.

https://docs.rs/atomic_refcell