Skip to content

kapilvaidya24/SNARF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

SNARF(Sparse Numerical Array Based Range Filter)

Code repository for SNARF

SNARF is a fast and compact updatable range filter . This is the source code for our SIGMOD paper.

Simple Example

A simple example can be found here. To run the example:

g++ -std=c++17 -O3 -w -fpermissive example.cpp -o example.out
./example.out

Please be carful with using the code for numbers close to integer represenation limit (>2^60). Integer overflow might occur which might result in inaccurate results.

About

Code repository for SNARF

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages