fast-smr

Crates.iofast-smr
lib.rsfast-smr
version0.2.2
sourcesrc
created_at2024-10-10 04:39:40.956389
updated_at2024-10-14 21:39:23.524399
descriptionToward fast, wait-free, portable, and robust memory reclamation.
homepagehttps://github.com/aarc-rs/
repositoryhttps://github.com/aarc-rs/fast-smr
max_upload_size
id1403461
size22,705
(wyang5)

documentation

README

fast-smr

Toward fast, wait-free, portable, and robust memory reclamation.

TODOs:

  • relax atomic orderings from SeqCst to Acq/Rel
  • bring back an unsafe variant of wait-free protect
  • add docs and update this README
  • add an era counter for platforms without AtomicU64
Commit count: 17

cargo fmt