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:
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆73Updated last year
- (lifetime) GATs on stable Rust☆59Updated last year
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆68Updated last year
- An LRU cache implementation with constant time operations and weighted semantic.☆47Updated 8 months ago
- Scoped Thread Local Storage for Rust☆56Updated 2 years ago
- An updated version of linked-hash-map and friends☆122Updated 5 months ago
- ☆49Updated last year
- Define your own PhantomData☆156Updated last week
- Async stream for Rust and the futures crate.☆187Updated last week
- Non-interleaving multithreaded output queue☆72Updated 3 weeks ago
- A futures abstraction that runs a set of futures which may complete in any order.☆90Updated last month
- Fast functions for printing floating-point primitives to a decimal string☆127Updated 3 weeks ago
- Automatic cfg for Rust compiler features☆103Updated 3 months ago
- A Rust implementation of two segment trees and a fenwick tree.☆66Updated 6 years ago
- A growable bit-vector for Rust, optimized for size☆42Updated 7 months ago
- Convert closures into wakers☆45Updated 7 months ago
- Utilities for pinning☆97Updated last year
- A reader-writer lock that provides extremely fast read access without starving writers☆82Updated last year
- Make trait methods callable without the trait in scope☆156Updated this week
- Object Pool LockFree in Rust☆47Updated 2 months ago
- Time and duration crate optimized for speed and API stability.☆74Updated last week
- Thread parking and unparking☆78Updated 7 months ago
- Better reference counted strings for Rust☆136Updated last year
- Concurrent hash trie☆57Updated 4 years ago
- An on-disk hash table implementation☆124Updated 3 years ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆82Updated last year
- docs.rs as a publishing platform?☆71Updated 3 weeks ago
- Utility wrapper to send non send types to other threads safely☆187Updated 5 months ago
- futures::AtomicWaker extracted into its own crate☆32Updated last month
- Asynchronously speed-limiting multiple byte streams☆66Updated 11 months ago