kprotty / usync
Small, fast, synchronization primitives
☆245Updated 8 months ago
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☆367Updated 10 months ago
- A fast, concurrent string interner☆150Updated 8 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆162Updated 2 months ago
- Fast, efficient, and robust memory reclamation for Rust.☆414Updated 2 months ago
- A fast and safe implementation of stackful coroutines in Rust☆231Updated 5 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆233Updated last week
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆140Updated 2 years ago
- Compile-time reference counting☆445Updated last year
- 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
- a lock-free concurrent slab (experimental)☆280Updated 4 months ago
- Atomically updatable variants of Arc and Weak for lock-free concurrency.☆182Updated 7 months ago
- Graph the number of crates that depend on your crate over time☆238Updated 2 weeks ago
- 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.☆193Updated last month
- Rust String Libraries by mcyoung☆184Updated 3 months ago
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆294Updated 2 years ago
- Reflection via DWARF.☆296Updated 2 years ago
- Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap.☆260Updated 3 years ago
- in-place allocation-reusing queues for Rust☆372Updated 11 months ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆127Updated 10 months ago
- Generic Atomic<T> type for Rust☆234Updated last year
- Better reference counted strings for Rust☆125Updated 9 months ago
- generators☆207Updated last year
- Safely cast &T to &U where the struct U contains a single field of type T.☆200Updated 2 months ago
- A pure Rust reimplementation of libc functions localtime, gmtime and mktime.☆167Updated 7 months ago
- Conditional compilation according to rustc compiler version☆353Updated 2 months ago
- offsetof for Rust☆225Updated last year
- Comparison of Rust string types☆145Updated 2 weeks ago
- Type that deserializes only from one specific value☆231Updated 2 months ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆251Updated 2 months ago