rust-lang / trait-system-refactor-initiativeLinks
The Rustc Trait System Refactor Initiative
☆26Updated 3 weeks ago
Alternatives and similar repositories for trait-system-refactor-initiative
Users that are interested in trait-system-refactor-initiative are comparing it to the libraries listed below
Sorting:
- (lifetime) GATs on stable Rust☆59Updated last year
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆85Updated last year
- A fast and flexible LRU map.☆198Updated 10 months ago
- Utilities for working with impl traits in Rust.☆117Updated 10 months ago
- ☆204Updated last year
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆138Updated 5 months ago
- Lending iterators on stable Rust☆83Updated last year
- Safely cast &T to &U where the struct U contains a single field of type T.☆215Updated last week
- rust bindings of snmalloc☆146Updated 2 months ago
- A simple concurrent caching library that might fit to many use cases☆139Updated 10 months ago
- ☆33Updated last year
- Deadlock free mutexes☆177Updated 8 months ago
- Define your own PhantomData☆158Updated last week
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆114Updated 2 weeks ago
- Library safely exposing the io_uring API.☆69Updated last week
- Library and proc macro to analyze memory usage of data structures in rust.☆179Updated 2 weeks ago
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆207Updated 2 weeks ago
- Utility wrapper to send non send types to other threads safely☆186Updated 8 months ago
- Async stream for Rust and the futures crate.☆189Updated last month
- Non-interleaving multithreaded output queue☆79Updated last week
- A high-performance SPSC bounded circular buffer of bytes☆50Updated 5 months ago
- Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.☆59Updated last year
- An on-disk hash table implementation☆126Updated 4 years ago
- A lock-free, append-only atomic pool.☆68Updated 3 years ago
- A reader-writer lock that provides extremely fast read access without starving writers☆86Updated 2 years ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆73Updated last year
- Const TypeId and non-'static TypeId☆69Updated last week
- Mirror of Rust's allocator api for use on stable rust☆70Updated 2 months ago
- This is a Rust implementation for popular caches (support no_std).☆113Updated 9 months ago
- Rust interface for Linux futexes, the fast user-space locking primitive.☆92Updated last year