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:
- (lifetime) GATs on stable Rust☆59Updated last year
- An updated version of linked-hash-map and friends☆120Updated 3 months ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆72Updated last year
- Convert closures into wakers☆45Updated 5 months ago
- Lending iterators on stable Rust☆83Updated last year
- A Rust implementation of two segment trees and a fenwick tree.☆66Updated 6 years ago
- An LRU cache implementation with constant time operations and weighted semantic.☆46Updated 6 months ago
- Automatic cfg for Rust compiler features☆102Updated 3 weeks ago
- Unsafe marker trait for types that deref to a stable address☆32Updated 2 years ago
- futures::AtomicWaker extracted into its own crate☆28Updated this week
- docs.rs as a publishing platform?☆69Updated last month
- Fast functions for printing floating-point primitives to a decimal string☆126Updated last month
- ☆73Updated 3 months ago
- A futures abstraction that runs a set of futures which may complete in any order.☆90Updated 3 months ago
- Duplicate an async I/O handle☆41Updated 5 months ago
- Define your own PhantomData☆155Updated last week
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆80Updated 10 months ago
- ☆17Updated 4 months ago
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- ☆57Updated last year
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆31Updated 8 months ago
- ☆48Updated last year
- A global executor built on top of async-executor and smol☆74Updated 3 months ago
- Mirror of Rust's allocator api for use on stable rust☆62Updated 2 months ago
- Thread parking and unparking☆78Updated 5 months ago
- Concurrent hash trie☆55Updated 4 years ago
- Helper macros: autoimpl, impl_scope☆65Updated 3 weeks ago
- Make trait methods callable without the trait in scope☆149Updated last month
- Compile-time checks that an enum or match is written in sorted order☆117Updated last month
- ☆46Updated last year