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:
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆84Updated last year
- (lifetime) GATs on stable Rust☆59Updated last year
- A fast and flexible LRU map.☆193Updated 9 months ago
- Define your own PhantomData☆158Updated last month
- Utilities for working with impl traits in Rust.☆116Updated 8 months ago
- Lending iterators on stable Rust☆83Updated last year
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆135Updated 4 months ago
- Library and proc macro to analyze memory usage of data structures in rust.☆166Updated last month
- Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.☆58Updated last year
- ☆202Updated last year
- rust bindings of snmalloc☆142Updated last month
- Const TypeId and non-'static TypeId☆68Updated last month
- ☆33Updated last year
- Safely cast &T to &U where the struct U contains a single field of type T.☆215Updated 3 weeks ago
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆112Updated 2 months ago
- A simple concurrent caching library that might fit to many use cases☆137Updated 9 months ago
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆204Updated 3 weeks ago
- A lock-free, append-only atomic pool.☆68Updated 3 years ago
- Mirror of Rust's allocator api for use on stable rust☆68Updated last month
- Scoped Thread Local Storage for Rust☆57Updated 2 years ago
- ☆51Updated 10 months ago
- A benchmarking harness for concurrent key-value collections☆119Updated 2 years ago
- A reader-writer lock that provides extremely fast read access without starving writers☆85Updated 2 years ago
- Better reference counted strings for Rust☆137Updated last year
- Async stream for Rust and the futures crate.☆188Updated last week
- Deadlock free mutexes☆176Updated 6 months ago
- Non-interleaving multithreaded output queue☆73Updated this week
- A global executor built on top of async-executor and smol☆74Updated 2 months ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆69Updated last year
- RcLite: small, fast, and memory-friendly reference counting for Rust☆193Updated 3 weeks ago