After building the library, follow one of the examples to get started.
btrblocks/
: the compression library, schemes, utilities, ...btrfiles/
: helper library for binary files and yaml schema informationtools/
: various conversion, measurement and benchmarking toolstest/
: rudimentary tests for the library
mkdir build
cd build
cmake ..
Then, depending on your usecase, build only the library or any of the tools:
- build everything:
make
- install static library and headers on your system:
sudo make install
- build the compression library only:
make btrblocks
- build the tests
make tester
- build the in-memory decompression speed benchmark:
make decompression_speed
- ...
For a list of all valid targets, run make help
.
Adnan Alhomssi David Sauerwein Maximilian Kuschewski
MIT - See License File