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:
- A fast, concurrent string interner☆164Updated last year
- Fork of std::Arc with lots of utilities useful for FFI☆278Updated 2 weeks ago
- Easy function multiversioning for Rust☆252Updated last year
- Statically-checked alternatives to RefCell and RwLock☆387Updated 4 months ago
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆142Updated 2 years ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆179Updated 5 months ago
- A Vec That Has a Smaller size_of☆155Updated 4 months ago
- Graph the number of crates that depend on your crate over time☆256Updated last week
- a lock-free concurrent slab (experimental)☆305Updated 2 weeks ago
- A data structure to efficiently intern, cache and restore strings.☆209Updated 5 months ago
- Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap.☆263Updated 3 years ago
- A fast and safe implementation of stackful coroutines in Rust☆349Updated 2 months ago
- 🌵 Cycle-Aware Reference Counting in Rust☆152Updated 3 months ago
- Fast, efficient, and robust memory reclamation for Rust.☆465Updated 4 months ago
- Rust String Libraries by mcyoung☆199Updated last year
- A lock-free, partially wait-free, eventually consistent, concurrent hashmap.☆255Updated 3 years ago
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- Better reference counted strings for Rust☆140Updated last year
- An ε-copy serialization/deserialization framework for Rust☆169Updated 2 weeks ago
- generators☆211Updated 2 years ago
- An experimental linting interface for Rust. Let's make custom lints a reality☆149Updated 2 years ago
- Reflection via DWARF.☆298Updated 2 years ago
- "A very small syn"☆212Updated last year
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆290Updated 3 years ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆216Updated 2 weeks ago
- Macro to repeat sequentially indexed copies of a fragment of code☆162Updated last month
- Home of the Allocators working group: Paving a path for a standard set of allocator traits to be used in collections!☆236Updated 4 years ago
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆153Updated last year
- Make trait methods callable without the trait in scope☆162Updated last month
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆221Updated this week