koute / schnellruLinks
A fast and flexible LRU map.
☆198Updated 10 months ago
Alternatives and similar repositories for schnellru
Users that are interested in schnellru are comparing it to the libraries listed below
Sorting:
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆138Updated 5 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆265Updated 3 weeks ago
- A lock-free, partially wait-free, eventually consistent, concurrent hashmap.☆255Updated 3 years ago
- Library safely exposing the io_uring API.☆69Updated last week
- Define your own PhantomData☆158Updated last week
- Benchmarking library for stable Rust☆47Updated last month
- Better reference counted strings for Rust☆139Updated last year
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆148Updated last year
- a lock-free concurrent slab (experimental)☆302Updated 11 months ago
- ☆204Updated last year
- rust bindings of snmalloc☆144Updated 2 months ago
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆207Updated last week
- Make trait methods callable without the trait in scope☆161Updated last week
- Graph the number of crates that depend on your crate over time☆254Updated this week
- Utility wrapper to send non send types to other threads safely☆186Updated 8 months ago
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆140Updated 11 months ago
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.