jonhoo / atoneLinks
A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.
☆112Updated 2 months 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.☆192Updated 9 months ago
- A benchmarking harness for concurrent key-value collections☆119Updated 2 years ago
- Define your own PhantomData☆158Updated 2 weeks ago
- An unordered multiset/bag implementation backed by HashMap☆70Updated 2 months ago
- Make trait methods callable without the trait in scope☆157Updated 2 weeks ago
- Library and proc macro to analyze memory usage of data structures in rust.☆163Updated last month
- A HashMap variant that spreads resize load across inserts☆193Updated 8 months ago
- ☆94Updated 2 years ago
- Async fundamentals initiative: portable and interoperable☆76Updated 2 years ago
- Utility wrapper to send non send types to other threads safely☆188Updated 6 months ago
- Compile-time checks that an enum or match is written in sorted order☆119Updated 2 weeks ago
- A futures abstraction that runs a set of futures which may complete in any order.☆90Updated last month
- (lifetime) GATs on stable Rust☆59Updated last year
- ☆223Updated last month
- Rust interface for Linux futexes, the fast user-space locking primitive.☆90Updated last year
- Async stream for Rust and the futures crate.☆187Updated this week
- Copy-on-write string utilities for Rust☆158Updated last year
- Better reference counted strings for Rust☆136Updated last year
- A Rust data structure for efficient lower-bound lookups☆92Updated last year
- Graph the number of crates that depend on your crate over time☆252Updated 3 weeks ago
- Versioned data-structures for Rust☆207Updated 7 months ago
- Benchmarking library for stable Rust☆46Updated 5 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆257Updated 2 weeks ago
- A working Rust example for how to implement Borrow for complex keys☆66Updated last year
- A lock-free, append-only atomic pool.☆68Updated 3 years ago
- Lending iterators on stable Rust☆83Updated last year
- Inter-event timing metrics on top of tracing.☆126Updated this week
- Append-only collections for Rust where borrows to entries can outlive insertions☆259Updated 2 months ago
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆137Updated 10 months ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago