brurucy / ftreeLinks
A pure-rust(with zero dependencies) fenwick tree, for the efficient computation of dynamic prefix sums.
☆21Updated 10 months ago
Alternatives and similar repositories for ftree
Users that are interested in ftree are comparing it to the libraries listed below
Sorting:
- ☆35Updated 8 months ago
- Exhaustive iteration trait in Rust☆16Updated this week
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆33Updated 11 months ago
- Asynchronize blocking operation.☆26Updated 3 years ago
- Human-friendly indexed collections☆55Updated 3 weeks ago
- A Rust memory allocator for large slices that don't escape the stack.☆31Updated 3 years ago
- A radioactive stabilization of the ptr_meta RFC.☆33Updated last week
- Provides truly zero-cost alternatives to Iterator::step_by for both incrementing and decrementing any type that satisfies RangeBounds<T: …☆13Updated 3 years ago
- Zero-cost specialization in generic context on stable Rust☆23Updated 4 months ago
- Automatically verify traits invariants for [Partial]Eq, [Partial]Ord, Hash, [DoubleEnded|Fused]iterator☆20Updated 2 years ago
- ☆36Updated last year
- Fast and compact sets of bytes or ASCII characters☆28Updated 4 years ago
- ☆30Updated last year
- Count directory entries—`ls | wc -l` but faster☆28Updated last month
- A Rust library for rendering images to terminals☆28Updated 3 years ago
- Unbuffered and unlocked I/O streams☆45Updated 7 months ago
- A tiny string parsing utility☆34Updated 9 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆76Updated 3 weeks ago
- How fast can we recognize a word from a small pre-determined set?☆83Updated 8 months ago
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆58Updated 2 years ago
- ☆24Updated 2 years ago
- Traits and functions to make writing proc macros more ergonomic.☆22Updated 2 years ago
- Increased precision floating point numbers implemented purely in Rust.☆21Updated 5 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆34Updated 11 months ago
- Visualise recursive functions and tree structures.☆30Updated 4 years ago
- threadstack, ergonomic library for thread local stacks☆11Updated 4 years ago
- Lending iterators on stable Rust☆83Updated last year
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆44Updated 2 weeks ago
- A tiny crate mimicking Elixir's pipe operator for Rust without macros.☆36Updated 4 years ago
- Arena allocator with scopes☆44Updated 2 years ago