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
- (lifetime) GATs on stable Rust☆57Updated last year
- Scoped Thread Local Storage for Rust☆54Updated last year
- ☆72Updated 5 months ago
- Make trait methods callable without the trait in scope☆136Updated 3 weeks ago
- The Rustc Trait System Refactor Initiative☆22Updated 6 months ago
- A Rust implementation of two segment trees and a fenwick tree.☆65Updated 6 years ago
- A growable bit-vector for Rust, optimized for size☆40Updated last month
- Better reference counted strings for Rust☆119Updated 8 months ago
- Lending iterators on stable Rust☆82Updated last year
- ☆45Updated last year
- Automatic cfg for Rust compiler features☆96Updated 5 months ago
- futures::AtomicWaker extracted into its own crate☆25Updated 2 months ago
- Convert closures into wakers☆45Updated 2 months ago
- Some internal rustc tools made accessible☆47Updated 2 months ago
- docs.rs as a publishing platform?☆68Updated last month
- An on-disk hash table implementation☆116Updated 3 years ago
- An LRU cache implementation with constant time operations and weighted semantic.☆43Updated 3 months ago
- ☆55Updated last year
- Duplicate an async I/O handle☆40Updated 2 months ago
- A reader-writer lock that provides extremely fast read access without starving writers☆77Updated last year
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆68Updated 10 months ago
- Unsafe marker trait for types that deref to a stable address☆31Updated last year
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆70Updated 6 months ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆67Updated 7 months ago
- Helper macros: autoimpl, impl_scope☆59Updated 2 months ago
- A futures abstraction that runs a set of futures which may complete in any order.☆89Updated 7 months ago
- A Set of Bits☆65Updated 3 months ago
- Threadsafe RefCell for Rust☆90Updated last week
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- A Configuration Library for Rust Applications☆39Updated 2 weeks ago