Darksonn / segment-tree
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
- A reader-writer lock that provides extremely fast read access without starving writers☆78Updated last year
- An on-disk hash table implementation☆116Updated 3 years ago
- A lock-free, append-only atomic pool.☆67Updated 2 years ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆70Updated 11 months ago
- docs.rs as a publishing platform?☆68Updated 2 months ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- Lending iterators on stable Rust☆82Updated last year
- A low-level I/O ownership and borrowing library☆100Updated 5 months ago
- Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.☆57Updated last year
- A futures abstraction that runs a set of futures which may complete in any order.☆89Updated last month
- Convert closures into wakers☆45Updated 3 months ago
- A growable bit-vector for Rust, optimized for size☆40Updated 2 months ago
- A benchmarking harness for concurrent key-value collections☆118Updated 2 years ago
- Lockfree resizeable concurrent hash table.☆54Updated 3 years ago
- This is a Rust implementation for popular caches (support no_std).☆109Updated 3 months ago
- Make trait methods callable without the trait in scope☆136Updated 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
- A stack for rust trait objects that minimizes allocations☆128Updated 2 years ago
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆107Updated 4 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆160Updated 2 months ago
- Rust interface for Linux futexes, the fast user-space locking primitive.☆87Updated 10 months ago
- (lifetime) GATs on stable Rust☆58Updated last year
- An article explaining the unsoundness I found in owning-ref☆27Updated 3 years ago
- Define your own PhantomData☆152Updated 2 months ago
- An updated version of linked-hash-map and friends☆112Updated 3 weeks ago
- Rust library for memory barrier☆35Updated 11 months ago
- Faster integer division and modulus operations☆87Updated 2 years ago
- Versioned data-structures for Rust☆204Updated 2 months ago
- A lightweight, no-std, object-safe, serialization-only framework for Rust☆97Updated last month
- rust bindings of snmalloc☆129Updated last month