brurucy / ftreeLinks
A pure-rust(with zero dependencies) fenwick tree, for the efficient computation of dynamic prefix sums.
☆21Updated 9 months ago
Alternatives and similar repositories for ftree
Users that are interested in ftree are comparing it to the libraries listed below
Sorting:
- ☆35Updated 7 months ago
- Propositional logic with exponentials☆20Updated 3 weeks ago
- Human-friendly indexed collections☆54Updated 3 months ago
- Provides truly zero-cost alternatives to Iterator::step_by for both incrementing and decrementing any type that satisfies RangeBounds<T: …☆13Updated 3 years ago
- Exhaustive iteration trait in Rust☆16Updated last week
- Asynchronize blocking operation.☆26Updated 3 years ago
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆33Updated 10 months ago
- A radioactive stabilization of the ptr_meta RFC.☆30Updated 4 months ago
- ☆36Updated last year
- enforce representation/class invariants in your Rust data structures☆12Updated 2 years ago
- DWARF packaging utility, written in Rust, supporting GNU extension and DWARF 5 package formats.☆52Updated last month
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆76Updated last week
- Extremely minimal parser for ELF/PE/Mach-o/ar☆41Updated 4 years ago
- Solve hard constraints easily with Rust.☆15Updated 3 years ago
- Automatically verify traits invariants for [Partial]Eq, [Partial]Ord, Hash, [DoubleEnded|Fused]iterator☆20Updated 2 years ago
- Ninja-compatible build system for high-level programming languages written in Rust☆85Updated last week
- Stack buffer provides alternatives to Buf{Reader,Writer} allocated on the stack instead of the heap.