lock_freedom

Crates.iolock_freedom
lib.rslock_freedom
version0.1.0
sourcesrc
created_at2023-07-11 16:55:15.693934
updated_at2023-07-11 16:55:15.693934
descriptionThis crate provides concurrent data structures and a solution to the ABA problem as an alternative of hazard pointers
homepage
repositoryhttps://github.com/wyatt-herkamp/lock_freedom
max_upload_size
id914007
size269,043
Wyatt Herkamp (wyatt-herkamp)

documentation

README

lock_freedom

A fork of the 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: 318

cargo fmt