brurucy / ftreeLinks
A pure-rust(with zero dependencies) fenwick tree, for the efficient computation of dynamic prefix sums.
☆20Updated last year
Alternatives and similar repositories for ftree
Users that are interested in ftree are comparing it to the libraries listed below
Sorting:
- ☆35Updated 10 months ago
- Asynchronize blocking operation.☆26Updated 3 years 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
- ☆36Updated last year
- Visualise recursive functions and tree structures.☆30Updated 4 years ago
- A radioactive stabilization of the ptr_meta RFC.☆34Updated 2 months ago
- LR-style Parser Generator☆19Updated 6 months ago
- Fast and compact sets of bytes or ASCII characters☆28Updated 4 years ago
- Disjoint borrow of slices in Rust☆11Updated 6 years ago
- Extra event types built on top of rsevents☆17Updated 2 years ago
- Stack buffer provides alternatives to Buf{Reader,Writer} allocated on the stack instead of the heap.☆14Updated 3 years ago
- A rust library for reusing heap allocations☆24Updated 5 years ago
- A memory efficient container for rust nested collections☆43Updated 3 years ago
- Exhaustive iteration trait in Rust☆17Updated last month
- Human-friendly indexed collections☆56Updated last month
- Unbuffered and unlocked I/O streams☆45Updated 8 months ago
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆33Updated last year
- ☆30Updated last year
- A Rust library for rendering images to terminals☆28Updated 3 years ago
- ☆18Updated 10 months ago
- A Rust memory allocator for large slices that don't escape the stack.☆31Updated 3 years ago
- Rust port of https://kholdstare.github.io/technical/2020/05/26/faster-integer-parsing.html☆22Updated last week
- Tiny little crate to determine how large an unnameable type is.☆12Updated 8 months ago
- ☆24Updated 2 years ago
- A newtype with alignment of at least `A` bytes☆32Updated 9 months ago
- State machine pattern for Rust☆29Updated last year
- Traits and functions to make writing proc macros more ergonomic.☆22Updated 2 years ago
- A simple and convenient way to bundle owned data with a borrowing type.☆28Updated 3 years ago
- A tiny crate mimicking Elixir's pipe operator for Rust without macros.☆36Updated 4 years ago
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆39Updated last year