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:
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆73Updated last year
- (lifetime) GATs on stable Rust☆59Updated last year
- An LRU cache implementation with constant time operations and weighted semantic.☆47Updated 2 months ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆69Updated 3 weeks ago
- Define your own PhantomData☆158Updated 2 weeks ago
- docs.rs as a publishing platform?☆71Updated 2 months ago
- A Rust implementation of two segment trees and a fenwick tree.☆66Updated 6 years ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆85Updated last year
- Compile-time string operations☆109Updated 2 months ago
- An updated version of linked-hash-map and friends☆137Updated 3 weeks ago
- ☆76Updated 2 months ago
- Scoped Thread Local Storage for Rust☆57Updated 2 years ago
- Automatic cfg for Rust compiler features☆105Updated 5 months ago
- Lending iterators on stable Rust☆83Updated last year
- Utilities for pinning☆97Updated last year
- Fast functions for printing floating-point primitives to a decimal string☆128Updated last month
- Async stream for Rust and the futures crate.☆188Updated last month
- A futures abstraction that runs a set of futures which may complete in any order.☆91Updated last month
- ☆61Updated 2 years ago
- An on-disk hash table implementation☆125Updated 4 years ago
- Convert closures into wakers☆46Updated 10 months ago
- Make trait methods callable without the trait in scope☆160Updated last month
- A low-level I/O ownership and borrowing library☆105Updated 3 months ago
- ☆46Updated 2 years ago
- An implementation of the `group_by` Haskell function for slice and strings☆54Updated 2 years ago
- Asynchronously speed-limiting multiple byte streams☆67Updated last year
- Lossless functionality for platform-native strings.☆73Updated 5 months ago
- A procedural macro helper for easily writing custom derives for enums.☆33Updated 3 weeks ago
- Thread parking and unparking☆79Updated 10 months ago
- Time and duration crate optimized for speed and API stability.☆74Updated 2 weeks ago