# Succinct Range Filters (SuRF)
[Succinct Range Filters](http://www.cs.cmu.edu/~huanche1/publications/surf_paper.pdf) (SuRF)
is a data structure providing range query filtering with Fast Succinct Tries.
This implementation is based on the original Go implementation [here](https://github.com/Lavode/surf).