High-performance generic segment tree and lazy segment tree implementations in Rust for efficient range queries, range updates, and interval operations. Supports custom monoid operations with zero-cost abstractions.
Range Minimum Query (RMQ) is used on arrays to find the position of an element with the minimum value between two specified indices.
A highly parallel Perl 5 interpreter written in Rust
Rust bindings for the Listen Notes Podcast API
This package provides an iterator which finds all ranges of a query within the searched content.
A no_std-compatible binary indexed tree (Fenwick tree) for efficient prefix sums.
LSM Tree based Storage Engine
Admin panel functionality for Reinhardt framework
jql - JSON Query Language - is a fast and simple command-line tool to manipulate JSON data.
Parser for jql - the JSON Query Language tool.
Runner for jql - the JSON Query Language tool.
Efficient sparse range set operations, particularly designed for HTTP range requests and file offset management