jonhoo / haphazard
Hazard pointers in Rust.
☆202Updated 3 months ago
Alternatives and similar repositories for haphazard:
Users that are interested in haphazard are comparing it to the libraries listed below
- a lock-free concurrent slab (experimental)☆280Updated 3 months ago
- Fast, efficient, and robust memory reclamation for Rust.☆410Updated 2 months ago
- Experiments with structured concurrency in Rust☆358Updated 8 months ago
- Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap.☆260Updated 3 years ago
- Support crate for rustc's self-profiling feature☆347Updated 2 months ago
- Spin-based synchronization primitives☆519Updated 2 weeks ago
- Task abstraction for building executors☆462Updated 2 months ago
- in-place allocation-reusing queues for Rust☆366Updated 10 months ago
- Concurrently Readable Data Structures for Rust☆355Updated last week
- Small, fast, synchronization primitives☆245Updated 7 months ago
- A crate for safe and ergonomic pin-projection.☆646Updated last month
- Compile-time reference counting☆442Updated last year
- A lock-free, partially wait-free, eventually consistent, concurrent hashmap.☆242Updated 2 years ago
- Home of the Allocators working group: Paving a path for a standard set of allocator traits to be used in collections!☆221Updated 4 years ago
- Rust tutorial to demonstrate how variance works☆250Updated 3 months ago
- Intrusive collections for Rust☆446Updated 7 months ago
- An implementation of Joshua Yanovski's Ghost Cell paper.☆461Updated last year
- Fast function for printing integer primitives to a decimal string☆325Updated last month
- ☆178Updated last month
- Rust interface to io_uring