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
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆73Updated last year
- Define your own PhantomData☆158Updated 2 weeks ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆85Updated last year
- Scoped Thread Local Storage for Rust☆57Updated 2 years ago
- An LRU cache implementation with constant time operations and weighted semantic.☆46Updated 2 months ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆69Updated 3 weeks ago
- Lending iterators on stable Rust☆83Updated last year
- Convert closures into wakers☆46Updated 10 months ago
- Async stream for Rust and the futures crate.☆188Updated last month
- Automatic cfg for Rust compiler features☆105Updated 5 months ago
- ☆46Updated 2 years ago
- An updated version of linked-hash-map and friends☆137Updated 3 weeks ago
- Time and duration crate optimized for speed and API stability.☆74Updated 2 weeks ago
- A benchmarking harness for concurrent key-value collections☆118Updated 2 years ago
- Non-interleaving multithreaded output queue☆77Updated 2 weeks ago
- docs.rs as a publishing platform?☆71Updated 2 months ago
- Thread parking and unparking☆79Updated 10 months ago
- A futures abstraction that runs a set of futures which may complete in any order.☆91Updated last month
- Fast functions for printing floating-point primitives to a decimal string☆128Updated last month
- Read and write from offsets in Rust.☆89Updated last month
- Unsafe marker trait for types that deref to a stable address☆32Updated last month
- Make trait methods callable without the trait in scope☆160Updated last month
- ☆76Updated 2 months ago
- Better reference counted strings for Rust☆138Updated last year
- An on-disk hash table implementation☆125Updated 4 years ago
- Run closures in parallel☆115Updated 10 months ago
- ☆63Updated last month
- Macros for deriving as functions to access Enums as their inner components☆104Updated last year
- A Rust implementation of two segment trees and a fenwick tree.☆66Updated 6 years ago