Darksonn / segment-treeLinks
A Rust implementation of two segment trees and a fenwick tree.
☆65Updated 6 years ago
Alternatives and similar repositories for segment-tree
Users that are interested in segment-tree are comparing it to the libraries listed below
Sorting:
- Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.☆57Updated last year
- A lock-free, append-only atomic pool.☆67Updated 3 years ago
- Convert closures into wakers☆45Updated 4 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆162Updated last week
- A reader-writer lock that provides extremely fast read access without starving writers☆80Updated last year
- docs.rs as a publishing platform?☆68Updated last week
- A low-level I/O ownership and borrowing library☆101Updated 5 months ago
- Rust interface for Linux futexes, the fast user-space locking primitive.☆87Updated 11 months ago
- Lockfree resizeable concurrent hash table.☆54Updated 3 years ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆72Updated last year
- An on-disk hash table implementation☆120Updated 3 years ago
- A futures abstraction that runs a set of futures which may complete in any order.☆90Updated 2 months ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆67Updated 9 months ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- A growable bit-vector for Rust, optimized for size☆40Updated 3 months ago
- Map data structure whose keys are stored as ranges☆88Updated 5 months ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆79Updated 8 months ago
- futures::AtomicWaker extracted into its own crate☆27Updated last week
- A Rust data structure for efficient lower-bound lookups☆90Updated last year
- A benchmarking harness for concurrent key-value collections☆118Updated 2 years ago
- Rust fast `&[u8]` to integer parser☆52Updated 4 months ago
- Define your own PhantomData☆152Updated last week
- Lending iterators on stable Rust☆82Updated last year
- A global executor built on top of async-executor and smol☆74Updated 2 months ago
- An updated version of linked-hash-map and friends☆114Updated last month
- ☆46Updated last year
- ☆93Updated last year
- Take a value atomically once.☆30Updated 2 years ago
- An LRU cache implementation with constant time operations and weighted semantic.☆44Updated 5 months ago
- (lifetime) GATs on stable Rust☆58Updated last year