Succinct Range Filters
ACM SIGMOD Record, pp. 78-85, 2019.
EI
Abstract:
We present the Succinct Range Filter (SuRF), a fast and compact data structure for approximate membership tests. Unlike traditional Bloom filters, SuRF supports both single-key lookups and common range queries. SuRF is based on a new data structure called the Fast Succinct Trie (FST) that matches the point and range query performance of s...More
Code:
Data:
Tags
Comments