sekineh / binary-heap-plus-rsLinks
Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.
☆59Updated last year
Alternatives and similar repositories for binary-heap-plus-rs
Users that are interested in binary-heap-plus-rs are comparing it to the libraries listed below
Sorting:
- (lifetime) GATs on stable Rust☆59Updated last year
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆69Updated last month
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆73Updated 2 weeks ago
- Lending iterators on stable Rust☆83Updated last year
- An LRU cache implementation with constant time operations and weighted semantic.☆47Updated 3 months ago
- An updated version of linked-hash-map and friends☆138Updated 2 months ago
- Scoped Thread Local Storage for Rust☆57Updated 2 years ago
- Automatic cfg for Rust compiler features☆108Updated 6 months ago
- Define your own PhantomData☆158Updated last week
- Thread parking and unparking☆79Updated 11 months ago
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆73Updated last year
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆152Updated last month
- docs.rs as a publishing platform?☆71Updated last week
- Read and write from offsets in Rust.☆89Updated 2 months ago
- Async stream for Rust and the futures crate.☆192Updated 3 weeks ago
- Time and duration crate optimized for speed and API stability.☆75Updated last month
- ☆48Updated last year
- A growable bit-vector for Rust, optimized for size☆45Updated 10 months ago
- A low-level I/O ownership and borrowing library☆106Updated 4 months ago
- Compile-time checks that an enum or match is written in sorted order☆119Updated last week
- Non-interleaving multithreaded output queue☆79Updated last week
- Unsafe marker trait for types that deref to a stable address☆32Updated 2 months ago
- Better reference counted strings for Rust☆139Updated last year
- Macros for deriving as functions to access Enums as their inner components☆104Updated last year
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- ☆76Updated 4 months ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆87Updated last year
- An on-disk hash table implementation☆126Updated 4 years ago
- ☆61Updated 2 years ago
- Convert closures into wakers☆46Updated 11 months ago