sekineh / binary-heap-plus-rs
Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.
☆57Updated 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☆58Updated last year
- An LRU cache implementation with constant time operations and weighted semantic.☆43Updated 4 months ago
- Make trait methods callable without the trait in scope☆136Updated 2 months ago
- futures::AtomicWaker extracted into its own crate☆26Updated 3 months ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆70Updated last year
- Automatic cfg for Rust compiler features☆96Updated 7 months ago
- Lending iterators on stable Rust☆82Updated last year
- Scoped Thread Local Storage for Rust☆56Updated last year
- A futures abstraction that runs a set of futures which may complete in any order.☆90Updated last month
- Convert closures into wakers☆45Updated 3 months ago
- docs.rs as a publishing platform?☆68Updated 2 months ago
- A reader-writer lock that provides extremely fast read access without starving writers☆78Updated last year
- Utilities for working with impl traits in Rust.☆108Updated 3 months ago
- A growable bit-vector for Rust, optimized for size☆40Updated 3 months ago
- An implementation of the `group_by` Haskell function for slice and strings☆53Updated 2 years ago
- ☆72Updated last month
- Better reference counted strings for Rust☆125Updated 9 months ago
- ☆16Updated 2 months ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …