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 2 years ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆73Updated last month
- An LRU cache implementation with constant time operations and weighted semantic.☆47Updated 3 months ago
- A Rust implementation of two segment trees and a fenwick tree.☆65Updated 7 years ago
- Async stream for Rust and the futures crate.☆192Updated this week
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆69Updated 2 months ago
- docs.rs as a publishing platform?☆71Updated 3 weeks ago
- An updated version of linked-hash-map and friends☆139Updated 2 months ago
- Fast functions for printing floating-point primitives to a decimal string☆137Updated 2 weeks ago
- A reader-writer lock that provides extremely fast read access without starving writers☆86Updated 2 years ago
- ☆77Updated 4 months ago
- Define your own PhantomData☆158Updated 3 weeks ago
- A low-level I/O ownership and borrowing library☆106Updated 5 months ago
- Lending iterators on stable Rust☆83Updated 2 years ago
- Better reference counted strings for Rust☆139Updated last year
- Concurrent hash trie☆58Updated 5 years ago
- Scoped Thread Local Storage for Rust☆57Updated 2 years ago
- Unsafe marker trait for types that deref to a stable address☆32Updated 3 months ago
- A futures abstraction that runs a set of futures which may complete in any order.☆92Updated 3 months ago
- Automatic cfg for Rust compiler features☆110Updated 6 months ago
- An on-disk hash table implementation☆126Updated 4 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
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆152Updated last month
- Macro for sealing traits and structures☆60Updated last year
- Convert closures into wakers☆46Updated 11 months ago
- ☆46Updated 2 years ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆91Updated 8 months ago
- ☆64Updated 2 weeks ago
- Non-interleaving multithreaded output queue☆79Updated 3 weeks ago
- Asynchronously speed-limiting multiple byte streams☆67Updated last year