kprotty / usync
Small, fast, synchronization primitives
☆240Updated 3 months ago
Alternatives and similar repositories for usync:
Users that are interested in usync are comparing it to the libraries listed below
- Statically-checked alternatives to RefCell and RwLock☆366Updated 5 months ago
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆137Updated last year
- A fast, concurrent string interner☆140Updated 3 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆152Updated 2 months ago
- Rust String Libraries by mcyoung☆150Updated 3 months ago
- Fast, efficient, and robust memory reclamation for Rust.☆394Updated 2 weeks ago
- Graph the number of crates that depend on your crate over time☆233Updated last week
- generators☆201Updated last year
- Fork of std::Arc with lots of utilities useful for FFI☆217Updated 2 weeks ago
- Compile-time reference counting☆437Updated last year
- Reflection via DWARF.☆292Updated last year
- a lock-free concurrent slab (experimental)☆274Updated 3 months ago
- A Vec That Has a Smaller size_of☆130Updated 4 months ago
- "A very small syn"☆196Updated 8 months ago
- A fast and safe implementation of stackful coroutines in Rust☆192Updated 2 weeks ago
- Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent Ha…☆212Updated 5 months ago
- in-place allocation-reusing queues for Rust☆295Updated 6 months ago
- Generic Atomic<T> type for Rust☆223Updated 10 months ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆116Updated 6 months ago
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆293Updated last year
- Synchronization primitives for Futures and async/await based on intrusive collections☆176Updated 8 months ago
- Home of the Allocators working group: Paving a path for a standard set of allocator traits to be used in collections!☆213Updated 3 years ago
- Allocation-free data structures that make do with the memory they're given☆145Updated 2 years ago
- Easy function multiversioning for Rust☆207Updated last week
- A concurrent, append-only vector.☆138Updated 2 weeks ago
- A data structure to efficiently intern, cache and restore strings.☆176Updated last month
- Safely cast &T to &U where the struct U contains a single field of type T.☆188Updated last week
- Library for snippet annotations☆284Updated last week
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆253Updated last week
- Concurrently Readable Data Structures for Rust☆345Updated 2 months ago