sekineh / binary-heap-plus-rs
Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.
☆57Updated 11 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☆57Updated last year
- The Rustc Trait System Refactor Initiative☆22Updated 5 months ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆68Updated 9 months ago
- Lending iterators on stable Rust☆81Updated last year
- A futures abstraction that runs a set of futures which may complete in any order.☆89Updated 6 months ago
- Make trait methods callable without the trait in scope☆135Updated 3 weeks ago
- An LRU cache implementation with constant time operations and weighted semantic.☆41Updated last month
- A growable bit-vector for Rust, optimized for size☆40Updated this week
- Utilities for working with impl traits in Rust.☆101Updated 3 weeks ago
- Oneshot Rust channel working both in and between sync and async environments☆85Updated 2 weeks ago
- ☆33Updated 2 years ago
- A Rust implementation of two segment trees and a fenwick tree.☆64Updated 6 years ago
- Duplicate an async I/O handle☆40Updated last month
- Automatic cfg for Rust compiler features☆95Updated 4 months ago
- A global executor built on top of async-executor and smol☆73Updated 8 months ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆69Updated 5 months ago
- ☆44Updated last year
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- Unsafe marker trait for types that deref to a stable address☆31Updated last year
- Convert closures into wakers☆45Updated last month
- A typed map which can make sure item exist.☆34Updated 3 months ago
- futures::AtomicWaker extracted into its own crate☆25Updated last month
- An on-disk hash table implementation☆113Updated 3 years ago
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆69Updated 3 months ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆67Updated 6 months ago
- An updated version of linked-hash-map and friends☆109Updated 2 months ago
- Faster integer division and modulus operations☆87Updated 2 years ago
- Test harness for declarative and procedural macros expansion via `cargo-expand`☆53Updated 2 weeks ago
- A reader-writer lock that provides extremely fast read access without starving writers☆76Updated last year
- Extended utilities for working with files and filesystems in Rust. This is a fork of the fs2-rs crate, the aim for this fork is to suppor…☆71Updated 3 weeks ago