latticequeries

Crates.iolatticequeries
lib.rslatticequeries
version0.1.3
sourcesrc
created_at2022-02-12 14:28:43.547507
updated_at2022-02-13 00:22:50.689147
descriptionAllows for fast hierarchical queries on Vecs
homepage
repositoryhttps://github.com/saolof/latticequeries.rs
max_upload_size
id531347
size20,197
(saolof)

documentation

README

This is a Rust crate that implements hierarchical queries. In particular it can wrap Vecs and allow for fast querying for elements equal to some value or matching some range in a lattice order by prebuilding an index.

Also separately intended as a component in a wrapped python component.

Commit count: 16

cargo fmt