Darksonn / segment-treeLinks
A Rust implementation of two segment trees and a fenwick tree.
☆66Updated 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:
- A reader-writer lock that provides extremely fast read access without starving writers☆80Updated last year
- Convert closures into wakers☆45Updated 5 months ago
- Lending iterators on stable Rust☆82Updated last year
- A futures abstraction that runs a set of futures which may complete in any order.☆90Updated 2 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆165Updated last week
- An LRU cache implementation with constant time operations and weighted semantic.☆44Updated 5 months ago
- docs.rs as a publishing platform?☆69Updated last month
- (lifetime) GATs on stable Rust☆59Updated last year
- An on-disk hash table implementation☆121Updated 3 years ago
- Faster integer division and modulus operations☆87Updated 2 years ago
- Better reference counted strings for Rust☆126Updated 11 months ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆114Updated 3 months ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆79Updated 9 months ago
- A low-level I/O ownership and borrowing library☆101Updated 6 months ago
- ☆72Updated 2 months ago
- A benchmarking harness for concurrent key-value collections☆118Updated 2 years ago
- A lock-free, append-only atomic pool.☆67Updated 3 years ago
- A Rust data structure for efficient lower-bound lookups☆90Updated last year
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆67Updated 10 months ago
- sptr: The Strict Provenance Polyfill☆76Updated last year
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆72Updated last year
- Define your own PhantomData☆152Updated last month
- Versioned data-structures for Rust☆204Updated 3 months ago
- Async stream for Rust and the futures crate.☆183Updated 2 weeks ago
- Trying to create Sync bump allocator☆37Updated 7 months ago
- An updated version of linked-hash-map and friends☆115Updated 2 months ago
- Rust library for memory barrier☆35Updated last year
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- Typed index version of Rust slice and Vec containers☆69Updated last month
- Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.☆57Updated last year