sekineh / binary-heap-plus-rs
Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.
☆57Updated 9 months ago
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
- (lifetime) GATs on stable Rust☆56Updated last year
- ☆70Updated 2 months ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆69Updated 8 months ago
- An LRU cache implementation with constant time operations and weighted semantic.☆41Updated 3 weeks ago
- futures::AtomicWaker extracted into its own crate☆25Updated 2 months ago
- A Rust implementation of two segment trees and a fenwick tree.☆64Updated 6 years ago
- A reader-writer lock that provides extremely fast read access without starving writers☆76Updated last year
- Convert closures into wakers☆45Updated 2 months ago
- Lending iterators on stable Rust☆81Updated last year
- Make trait methods callable without the trait in scope☆135Updated 2 months ago
- A futures abstraction that runs a set of futures which may complete in any order.☆89Updated 5 months ago
- A growable bit-vector for Rust, optimized for size☆40Updated 9 months ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆66Updated 5 months ago
- Compile-time string operations☆84Updated 3 weeks ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆135Updated 5 months ago
- Utilities for pinning☆97Updated 9 months ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆69Updated 4 months ago
- rust bindings of snmalloc☆125Updated last month
- Unsafe marker trait for types that deref to a stable address☆31Updated last year
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- A simple concurrent caching library that might fit to many use cases☆111Updated this week
- Scoped Thread Local Storage for Rust☆51Updated last year
- A proc macro for real async traits, using nightly-only existential types and generic associated types to work around the need for type er…☆45Updated 2 years ago
- Test harness for declarative and procedural macros expansion via `cargo-expand`☆52Updated 6 months ago
- ☆80Updated this week
- ☆44Updated last year
- Additional utilities around the bytes crate☆18Updated 7 months ago
- Duplicate an async I/O handle☆40Updated 2 months ago
- Utilities for working with impl traits in Rust.☆101Updated 10 months ago
- Lossless functionality for platform-native strings.☆71Updated 2 months ago