rust-lang / trait-system-refactor-initiativeLinks
The Rustc Trait System Refactor Initiative
☆26Updated 2 months 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 2 years ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆88Updated last year
- A fast and flexible LRU map.☆199Updated last year
- Lending iterators on stable Rust☆83Updated 2 years ago
- Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.☆59Updated last year
- rust bindings of snmalloc☆149Updated this week
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆140Updated 8 months ago
- ☆205Updated last year
- Safely cast &T to &U where the struct U contains a single field of type T.☆216Updated 2 weeks ago
- Utilities for working with impl traits in Rust.☆121Updated last year
- Library and proc macro to analyze memory usage of data structures in rust.☆193Updated last month
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆115Updated 2 weeks ago
- A lock-free, append-only atomic pool.☆68Updated 3 years ago
- Non-interleaving multithreaded output queue☆79Updated last month
- Define your own PhantomData☆158Updated last month
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆68Updated 3 months ago
- A simple concurrent caching library that might fit to many use cases☆146Updated last year
- Library safely exposing the io_uring API.☆78Updated this week
- A test framework for testing rustc diagnostics output☆38Updated last month
- Allow function lifetime elision and explicit `for<'a>` annotations on closures.☆25Updated 4 years ago
- Better reference counted strings for Rust☆140Updated last year
- Const TypeId and non-'static TypeId☆70Updated last month
- ☆33Updated last year
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆221Updated last week
- Fork of std::Arc with lots of utilities useful for FFI☆278Updated 2 weeks ago
- Thread parking and unparking☆82Updated last year
- A reader-writer lock that provides extremely fast read access without starving writers☆87Updated 2 years ago
- A Vec That Has a Smaller size_of☆154Updated 4 months ago
- Utility wrapper to send non send types to other threads safely☆186Updated 10 months ago
- ☆52Updated last year