oliver-giersch / hazptr
Hazard pointer based concurrent memory reclamation for Rust.
☆30Updated 4 years ago
Alternatives and similar repositories for hazptr:
Users that are interested in hazptr are comparing it to the libraries listed below
- Rust crate to use process file descriptors (pidfd) for Linux☆46Updated 11 months ago
- ☆52Updated 5 years ago
- A growable bit-vector for Rust, optimized for size☆40Updated last month
- ☆47Updated 4 years ago
- Collection of typed data structures, trait operators and aliases☆51Updated 4 years ago
- ☆40Updated 6 years ago
- Composable, lock-free, allocation-light data structures☆60Updated 6 years ago
- Utility for reusing memory☆53Updated 5 years ago
- Concurrent hash trie☆51Updated 4 years ago
- scraps of a potential language☆37Updated 3 years ago
- Atomically updatable Arc implementation using crossbeam-epoch for memory reclamation.☆42Updated 6 years ago
- Synchronization mechanisms based on lock-free queues and Rust futures☆37Updated 11 months ago
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 3 years ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 2 years ago
- Cache & In-Memory optimizations for Rust, revived from the slabs of Sumer.☆30Updated 5 years ago
- A lightweight, no-std, object-safe, serialization-only framework for Rust☆96Updated 2 months ago
- NATS unique identifiers☆20Updated last month
- A fast, small, full-featured, no-std compatible oneshot channel☆60Updated last year
- Combine a reader + writer into a duplex of Read + Write☆46Updated 4 years ago
- Proof of concept of procedural macro input parsed by LALRPOP☆51Updated 2 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆78Updated 2 months ago
- A rust library for reusing heap allocations☆24Updated 5 years ago
- Rust library providing `Zc` for self-referential zero-copy structures☆41Updated 4 years ago
- provides a `MaybeOwned<'a,T>` type different to std's `Cow` it implements `From<T>` and `From<&'a T>` and does not require `ToOwned`☆30Updated 2 years ago
- Rust closures you can transfer over an FFI boundary☆25Updated 4 years ago
- Spawn processes with arbitrary closures in rust☆110Updated 3 years ago
- An implementation of the `group_by` Haskell function for slice and strings☆53Updated last year
- A drop-in replacement for Rust's std::BufReader, with extra features☆40Updated 2 years ago
- ☆24Updated 2 years ago
- A MPMC channel based on the two lock queue algorithm☆16Updated 7 years ago