Darksonn / segment-tree
A Rust implementation of two segment trees and a fenwick tree.
☆64Updated 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 lock-free, append-only atomic pool.☆66Updated 2 years ago
- docs.rs as a publishing platform?☆68Updated this week
- A low-level I/O ownership and borrowing library☆100Updated 2 months ago
- Convert closures into wakers☆45Updated last month
- An article explaining the unsoundness I found in owning-ref☆26Updated 3 years ago
- Lending iterators on stable Rust☆81Updated last year
- (lifetime) GATs on stable Rust☆57Updated last year
- Lockfree resizeable concurrent hash table.☆54Updated 3 years ago
- A reader-writer lock that provides extremely fast read access without starving writers☆76Updated last year
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆69Updated 5 months ago
- An on-disk hash table implementation☆113Updated 3 years ago
- Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.☆57Updated 11 months ago
- ☆92Updated last year
- ☆57Updated this week
- Better reference counted strings for Rust☆118Updated 7 months ago
- An LRU cache implementation with constant time operations and weighted semantic.☆41Updated last month
- A global executor built on top of async-executor and smol☆73Updated 8 months ago
- A growable bit-vector for Rust, optimized for size☆40Updated last week
- A futures abstraction that runs a set of futures which may complete in any order.☆89Updated 6 months ago
- Non-interleaving multithreaded output queue☆71Updated this week
- sptr: The Strict Provenance Polyfill☆76Updated last year
- [DEPRECATED] Prevent false sharing by padding and aligning to the length of a cache line☆51Updated last year
- A rust crate to find the total size of an object, on the stack and on the heap☆105Updated last year
- An updated version of linked-hash-map and friends☆109Updated 2 months ago
- A memory efficient syntax tree for language developers☆54Updated last month
- Time and duration crate optimized for speed and API stability.☆67Updated last month
- A benchmarking harness for concurrent key-value collections☆117Updated 2 years ago
- Helper macros: autoimpl, impl_scope☆59Updated last month
- A proc macro for real async traits, using nightly-only existential types and generic associated types to work around the need for type er…☆46Updated 2 years ago
- 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 last month