sekineh / binary-heap-plus-rsLinks
Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.
☆58Updated 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
- An LRU cache implementation with constant time operations and weighted semantic.☆47Updated last month
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆69Updated last year
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆73Updated last year
- An updated version of linked-hash-map and friends☆129Updated 2 weeks ago
- A Rust implementation of two segment trees and a fenwick tree.☆66Updated 6 years ago
- Define your own PhantomData☆158Updated last week
- Scoped Thread Local Storage for Rust☆57Updated 2 years ago
- Automatic cfg for Rust compiler features☆105Updated 4 months ago
- ☆76Updated 2 months ago
- Lending iterators on stable Rust☆83Updated last year
- Compile-time string operations☆107Updated last month
- Convert closures into wakers☆46Updated 9 months ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆85Updated last year
- Time and duration crate optimized for speed and API stability.☆74Updated last month
- An on-disk hash table implementation☆125Updated 4 years ago
- A futures abstraction that runs a set of futures which may complete in any order.☆91Updated 2 weeks ago
- Make trait methods callable without the trait in scope☆159Updated last week
- Fast functions for printing floating-point primitives to a decimal string☆128Updated last week
- Thread parking and unparking☆79Updated 9 months ago
- ☆49Updated last year
- rust bindings of snmalloc☆142Updated last month
- A reader-writer lock that provides extremely fast read access without starving writers☆85Updated 2 years ago
- Utilities for working with impl traits in Rust.☆116Updated 9 months ago
- ☆63Updated last week
- docs.rs as a publishing platform?☆71Updated last month
- A benchmarking harness for concurrent key-value collections☆118Updated 2 years ago
- A growable bit-vector for Rust, optimized for size☆45Updated 8 months ago
- Non-interleaving multithreaded output queue☆73Updated this week
- Async stream for Rust and the futures crate.☆188Updated 2 weeks ago