jonhoo / atoneLinks
A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.
☆112Updated 3 weeks ago
Alternatives and similar repositories for atone
Users that are interested in atone are comparing it to the libraries listed below
Sorting:
- A fast and flexible LRU map.☆198Updated 10 months ago
- A benchmarking harness for concurrent key-value collections☆118Updated 2 years ago
- ☆94Updated 2 years ago
- Define your own PhantomData☆158Updated last week
- Make trait methods callable without the trait in scope☆160Updated 3 weeks ago
- Async fundamentals initiative: portable and interoperable☆76Updated 2 years ago
- A HashMap variant that spreads resize load across inserts☆193Updated 9 months ago
- An unordered multiset/bag implementation backed by HashMap☆71Updated 3 weeks ago
- Library and proc macro to analyze memory usage of data structures in rust.☆178Updated 3 weeks ago
- Compile-time checks that an enum or match is written in sorted order☆119Updated 3 weeks ago
- Async stream for Rust and the futures crate.☆188Updated last month
- Utility wrapper to send non send types to other threads safely☆187Updated 7 months ago
- Library safely exposing the io_uring API.☆69Updated this week
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆85Updated last year
- Append-only collections for Rust where borrows to entries can outlive insertions☆264Updated last week
- ☆233Updated 3 months ago
- Benchmarking library for stable Rust☆47Updated last month
- Versioned data-structures for Rust☆208Updated 8 months ago
- A Rust data structure for efficient lower-bound lookups☆92Updated last year
- ☆204Updated last year
- (lifetime) GATs on stable Rust☆59Updated last year
- Fork of std::Arc with lots of utilities useful for FFI☆264Updated this week
- Interning of data in rust☆112Updated 4 months ago
- Lending iterators on stable Rust☆83Updated last year
- Rust interface for Linux futexes, the fast user-space locking primitive.☆91Updated last year
- Graph the number of crates that depend on your crate over time☆253Updated 2 months ago
- A collection of small utilities for working with pointer types in Rust.☆131Updated 9 months ago
- rust bindings of snmalloc☆144Updated 2 months ago
- a lock-free concurrent slab (experimental)☆302Updated 10 months ago
- A futures abstraction that runs a set of futures which may complete in any order.☆91Updated last month