Crates.io | rsurf |
lib.rs | rsurf |
version | 0.1.2 |
source | src |
created_at | 2024-03-09 11:36:32.005228 |
updated_at | 2024-03-09 16:46:15.841404 |
description | A data structure providing range query filtering with Fast Succinct Tries |
homepage | https://github.com/arriqaaq/rsurf |
repository | https://github.com/arriqaaq/rsurf |
max_upload_size | |
id | 1167739 |
size | 48,744 |
Succinct Range Filters (SuRF) is a data structure providing range query filtering with Fast Succinct Tries.
This implementation is based on the original Go implementation here.