kprotty / usyncLinks
Small, fast, synchronization primitives
☆254Updated last year
Alternatives and similar repositories for usync
Users that are interested in usync are comparing it to the libraries listed below
Sorting:
- Statically-checked alternatives to RefCell and RwLock☆383Updated 2 months ago
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆142Updated 2 years ago
- Fork of std::Arc with lots of utilities useful for FFI☆267Updated last month
- Safe, zero-cost downcasting for limited compile-time specialization.☆178Updated 4 months ago
- A fast, concurrent string interner☆161Updated last year
- Graph the number of crates that depend on your crate over time☆254Updated 2 weeks ago
- A fast and safe implementation of stackful coroutines in Rust☆329Updated last week
- Reflection via DWARF.☆298Updated 2 years ago
- Fast, efficient, and robust memory reclamation for Rust.☆456Updated 2 months ago
- a lock-free concurrent slab (experimental)☆302Updated 11 months ago
- Better reference counted strings for Rust☆139Updated last year
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- A data structure to efficiently intern, cache and restore strings.☆206Updated 3 months ago
- "A very small syn"☆212Updated 10 months ago
- Easy function multiversioning for Rust☆249Updated last year
- Rust String Libraries by mcyoung☆197Updated 10 months ago
- generators☆211Updated 2 years ago
- A Vec That Has a Smaller size_of☆149Updated 2 months ago
- Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap.☆263Updated 3 years ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆215Updated 3 weeks ago
- Make trait methods callable without the trait in scope☆161Updated 3 weeks ago
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆291Updated 2 years ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆138Updated 6 months ago