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
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆74Updated last year
- An LRU cache implementation with constant time operations and weighted semantic.☆47Updated 2 weeks ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆68Updated last year
- Automatic cfg for Rust compiler features☆103Updated 3 months ago
- An on-disk hash table implementation☆124Updated 3 years ago
- Thread parking and unparking☆79Updated 8 months ago
- Define your own PhantomData☆158Updated 2 weeks ago
- docs.rs as a publishing platform?☆71Updated 3 weeks ago
- An updated version of linked-hash-map and friends☆129Updated 5 months ago
- Async stream for Rust and the futures crate.☆187Updated last week
- Run closures in parallel☆115Updated 8 months ago
- Asynchronously speed-limiting multiple byte streams☆66Updated last year
- ☆75Updated last month
- Non-interleaving multithreaded output queue☆73Updated last week
- Lending iterators on stable Rust☆83Updated last year
- A low-level I/O ownership and borrowing library☆104Updated 2 months ago
- Better reference counted strings for Rust☆137Updated last year
- Make trait methods callable without the trait in scope☆157Updated 2 weeks ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆84Updated last year
- Compile-time string operations☆105Updated 2 weeks ago
- Convert closures into wakers☆46Updated 8 months ago
- Time and duration crate optimized for speed and API stability.☆74Updated 3 weeks ago
- Read and write from offsets in Rust.☆89Updated this week
- Utilities for working with impl traits in Rust.☆116Updated 8 months ago
- ☆46Updated last year
- Scoped Thread Local Storage for Rust☆56Updated 2 years ago
- A reader-writer lock that provides extremely fast read access without starving writers☆84Updated last year
- Fast functions for printing floating-point primitives to a decimal string☆127Updated 3 weeks ago
- A global executor built on top of async-executor and smol☆74Updated last month