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 this week
- An updated version of linked-hash-map and friends☆137Updated last month
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆85Updated last year
- An LRU cache implementation with constant time operations and weighted semantic.☆47Updated 2 months ago
- Scoped Thread Local Storage for Rust☆57Updated 2 years ago
- An on-disk hash table implementation☆126Updated 4 years ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆69Updated last month
- Lending iterators on stable Rust☆83Updated last year
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- Non-interleaving multithreaded output queue☆79Updated 3 weeks ago
- Define your own PhantomData☆158Updated 3 weeks ago
- ☆48Updated last year
- ☆76Updated 3 months ago
- Automatic cfg for Rust compiler features☆105Updated 5 months ago
- Async stream for Rust and the futures crate.☆189Updated this week
- Convert closures into wakers☆46Updated 10 months ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆152Updated 2 weeks ago
- rust bindings of snmalloc☆146Updated 3 months ago
- Thread parking and unparking☆79Updated 10 months ago
- A Rust implementation of two segment trees and a fenwick tree.☆66Updated 6 years ago
- Better reference counted strings for Rust☆139Updated last year
- A reader-writer lock that provides extremely fast read access without starving writers☆86Updated 2 years ago
- A low-level I/O ownership and borrowing library☆106Updated 4 months ago
- ☆88Updated 3 weeks ago
- ☆61Updated 2 years ago
- A growable bit-vector for Rust, optimized for size☆45Updated 9 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆88Updated 7 months ago
- Fast functions for printing floating-point primitives to a decimal string☆129Updated 3 weeks ago
- Utilities for working with impl traits in Rust.☆118Updated 10 months ago