Skip to content

Commit

Permalink
updated README, description, TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
wyang5 committed Oct 10, 2024
1 parent 4dba987 commit 2c6d4e4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "fast-smr"
version = "0.1.0"
edition = "2021"
description = "A fast and robust implementation of safe memory reclamation."
description = "Toward fast, wait-free, portable, and robust memory reclamation."
homepage = "https://github.com/aarc-rs/"
repository = "https://github.com/aarc-rs/fast-smr"
license = "MIT"
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
# 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`

0 comments on commit 2c6d4e4

Please sign in to comment.