Skip to content

CTM1/cqf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cqf

Counting Quotient Filter Library

Compiling and Testing

We're using the Catch2 library as our testing framework.

From source folder

git submodule init
git submodule update
cmake . -B build
cd build/apps && make && cd ../cqf && make

Run the CQF binary present at build/apps to run your main. Run the runTests binary present at build/cqf to run your tests.

Documentation

Doxygen style documentation. doxygen Doxyfile

In GNOME: xdg-open /docs/html/index.html

About

Counting Quotient Filters

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.7%
  • CMake 1.3%