sekineh / binary-heap-plus-rsLinks
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☆59Updated last year
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆72Updated last year
- ☆48Updated last year
- An LRU cache implementation with constant time operations and weighted semantic.☆44Updated 6 months ago
- A Rust implementation of two segment trees and a fenwick tree.☆66Updated 6 years ago
- Helper macros: autoimpl, impl_scope☆63Updated this week
- Automatic cfg for Rust compiler features☆99Updated last week
- futures::AtomicWaker extracted into its own crate☆27Updated last month
- Lending iterators on stable Rust☆82Updated last year
- Unsafe marker trait for types that deref to a stable address☆32Updated 2 years ago
- Scoped Thread Local Storage for Rust☆56Updated last year
- ☆72Updated 2 months ago
- ☆16Updated 3 months ago
- Make trait methods callable without the trait in scope☆147Updated last month
- A growable bit-vector for Rust, optimized for size☆41Updated 4 months ago
- Automatically implement traits for common smart pointers☆114Updated 2 months ago
- A futures abstraction that runs a set of futures which may complete in any order.☆90Updated 2 months ago
- ☆46Updated last year
- Concurrent hash trie☆54Updated 4 years ago
- Better reference counted strings for Rust☆126Updated 11 months ago
- Test harness for declarative and procedural macros expansion via `cargo-expand`☆58Updated 4 months ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆67Updated 10 months ago
- Convert closures into wakers☆45Updated 5 months ago
- ☆39Updated 2 years ago
- Duplicate an async I/O handle☆41Updated 5 months ago
- Utilities for working with impl traits in Rust.☆109Updated 4 months ago
- ☆50Updated 4 months ago
- The simd optimized escape code☆54Updated this week
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- A reader-writer lock that provides extremely fast read access without starving writers☆80Updated last year