jonhoo / atoneLinks
A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.
☆114Updated 2 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 11 months ago
- A benchmarking harness for concurrent key-value collections☆118Updated 2 years ago
- A HashMap variant that spreads resize load across inserts☆195Updated 10 months ago
- Make trait methods callable without the trait in scope☆161Updated 2 weeks ago
- ☆94Updated 2 years ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆264Updated 2 weeks ago
- An unordered multiset/bag implementation backed by HashMap☆74Updated 2 weeks ago
- generators☆211Updated 2 years ago
- (lifetime) GATs on stable Rust☆59Updated last year
- Define your own PhantomData☆158Updated 2 weeks ago
- Graph the number of crates that depend on your crate over time☆254Updated last week
- Compile-time checks that an enum or match is written in sorted order☆119Updated 2 weeks ago
- ☆237Updated 3 months ago
- Async fundamentals initiative: portable and interoperable☆76Updated 2 years ago
- Library and proc macro to analyze memory usage of data structures in rust.☆179Updated 2 weeks ago
- An on-disk hash table implementation☆126Updated 4 years ago
- Interning of data in rust☆114Updated 5 months ago
- Async stream for Rust and the futures crate.☆189Updated last month
- A working Rust example for how to implement Borrow for complex keys☆69Updated last year
- A lock-free, append-only atomic pool.☆68Updated 3 years ago
- A collection of small utilities for working with pointer types in Rust.☆131Updated 10 months ago
- Lending iterators on stable Rust☆83Updated last year
- A data structure to efficiently intern, cache and restore strings.☆206Updated 3 months ago
- Non-interleaving multithreaded output queue☆79Updated 2 weeks ago
- A futures abstraction that runs a set of futures which may complete in any order.☆91Updated last month
- Better reference counted strings for Rust☆139Updated last year
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆138Updated 6 months ago
- Copy-on-write string utilities for Rust☆158Updated last year
- Fork of std::Arc with lots of utilities useful for FFI☆267Updated 3 weeks ago
- Utility wrapper to send non send types to other threads safely☆186Updated 8 months ago