lockfree

Crates.iolockfree
lib.rslockfree
version0.5.1
sourcesrc
created_at2018-06-15 20:23:07.706429
updated_at2018-11-18 01:15:57.22029
descriptionThis crate provides concurrent data structures and a solution to the ABA problem as an alternative of hazard pointers
homepage
repositoryhttps://gitlab.com/bzim/lockfree/
max_upload_size
id70282
size278,636
(brunoczim)

documentation

README

lockfree

Lockfree data structures for Rust.

We currently have:

  • Per-Object Thread-Local Storage
  • Map
  • Set
  • Queue
  • Stack
  • SPSC, MPSC, SPMC and MPMC channels

Documentation for the Lastest Commit

https://bzim.gitlab.io/lockfree/lockfree/

Changelog

See CHANGELOG.md

Contributing

See CONTRIBUTING.md

Benchmarks

See BENCHMARKS.md

C11 Incinerator Implementation

https://gitlab.com/bzim/c11-incinerator/

Commit count: 308

cargo fmt