satanson / cqf_implementation

Safe implementation of a cqf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cqf_implementation

Implementation of a RSQF

Compilation of the project

else

From the project root

cmake -B build
cmake --build build 

or

From the project root

cmake -B build
cd build && make 

Examples

Binaries are in build/bin/

From project root

./build/bin/random_uints -h
./build/bin/random_uints -n 500 -s 6 (insert 500 numbers in a 6MB RSQF)

Documentation

The documentation can be generated using doxygen with the following command in the root project

doxygen Doxyfile

Then you can find a html file (index.html) in the so-created html directory.

Unitary tests

From build directory

ctest

About

Safe implementation of a cqf

License:GNU Affero General Public License v3.0


Languages

Language:C++ 98.4%Language:CMake 1.6%