| Crates.io | latticequeries |
| lib.rs | latticequeries |
| version | 0.1.3 |
| created_at | 2022-02-12 14:28:43.547507+00 |
| updated_at | 2022-02-13 00:22:50.689147+00 |
| description | Allows for fast hierarchical queries on Vecs |
| homepage | |
| repository | https://github.com/saolof/latticequeries.rs |
| max_upload_size | |
| id | 531347 |
| size | 20,197 |
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.