sekineh / binary-heap-plus-rs
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
- An LRU cache implementation with constant time operations and weighted semantic.☆43Updated 4 months ago
- (lifetime) GATs on stable Rust☆58Updated last year
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆68Updated 11 months ago
- The Rustc Trait System Refactor Initiative☆22Updated 7 months ago
- ☆72Updated 3 weeks ago
- A Rust implementation of two segment trees and a fenwick tree.☆65Updated 6 years ago
- futures::AtomicWaker extracted into its own crate☆25Updated 3 months ago
- Make trait methods callable without the trait in scope☆136Updated last month
- Convert closures into wakers☆45Updated 3 months ago
- Unsafe marker trait for types that deref to a stable address☆31Updated 2 years ago
- A futures abstraction that runs a set of futures which may complete in any order.☆89Updated 3 weeks ago
- Scoped Thread Local Storage for Rust☆55Updated 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
- Utilities for pinning☆97Updated last year
- Lending iterators on stable Rust☆82Updated last year
- ☆45Updated last year
- Better reference counted strings for Rust☆121Updated 9 months ago
- Macro for sealing traits and structures☆53Updated 4 months ago
- docs.rs as a publishing platform?☆68Updated 2 months ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆71Updated 7 months ago
- ☆16Updated last month
- Object Pool LockFree in Rust☆46Updated 3 months ago
- Automatic cfg for Rust compiler features