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 libraryWe currently require an x86 platform. This library was built and tested on linux only.
mkdir build
cd build
cmake ..
Then, depending on your usecase, build only the library or any of the tools:
make
sudo make install
make btrblocks
make tester
make decompression_speed
For a list of all valid targets, run make help
.
Library was built and tested on Linux (x86, ARM) and MacOS (ARM).
Adnan Alhomssi David Sauerwein Maximilian Kuschewski
MIT - See License File