kprotty / usync
Small, fast, synchronization primitives
☆240Updated 4 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☆367Updated 7 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆222Updated last week
- A fast, concurrent string interner☆148Updated 5 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆155Updated last month
- Fast, efficient, and robust memory reclamation for Rust.☆401Updated 2 months ago
- A fast and safe implementation of stackful coroutines in Rust☆210Updated last month
- a lock-free concurrent slab (experimental)☆278Updated last month
- Reflection via DWARF.☆296Updated last year
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆139Updated last year
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆293Updated 2 years ago
- Graph the number of crates that depend on your crate over time☆238Updated last week
- Experiments with structured concurrency in Rust☆342Updated 6 months ago
- A Vec That Has a Smaller size_of☆133Updated 5 months ago
- ☆464Updated 3 months ago
- Safe collections written in stable Rust, based on GhostCell and StaticRc.☆181Updated 3 years ago
- Rust String Libraries by mcyoung☆157Updated this week
- A data structure to efficiently intern, cache and restore strings.☆182Updated 2 months ago
- generators☆203Updated last year
- Faster, more compact implementation of std::Cow☆342Updated last year
- Library for snippet annotations☆297Updated 3 weeks ago
- Async synchronization primitives☆262Updated last week
- Compile-time reference counting☆440Updated last year
- Easy function multiversioning for Rust☆211Updated last month
- Conditional compilation according to rustc compiler version☆346Updated last week
- Safely cast &T to &U where the struct U contains a single field of type T.☆191Updated last week
- Generic Atomic<T> type for Rust☆225Updated last year
- in-place allocation-reusing queues for Rust☆356Updated 7 months ago
- offsetof for Rust☆225Updated 10 months ago
- Manual segmented stacks for Rust☆296Updated 2 months ago
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆130Updated last month