carllerche / two-lock-queueLinks
A MPMC channel based on the two lock queue algorithm
☆16Updated 7 years ago
Alternatives and similar repositories for two-lock-queue
Users that are interested in two-lock-queue are comparing it to the libraries listed below
Sorting:
- A safe-guarded transmute for Rust☆39Updated last year
- Concurrent hash trie☆57Updated 4 years ago
- An in-memory topological sort algorithm for trees based on Group Theory☆24Updated 4 years ago
- A macro to generate Rust actors☆45Updated 4 years ago
- Splay Tree based Collections (e.g., Map, Set, Heap) Library for Rust☆19Updated 2 years ago
- Set theory applied on sorted and deduplicated slices.☆47Updated 2 years ago
- A zero-allocation ring buffer for storing text logs, implemented in Rust☆51Updated 2 years ago
- Atomically updatable Arc implementation using crossbeam-epoch for memory reclamation.