Compression format and data structures for large graphs.
git clone https://github.com/google/zuckerli
cd zuckerli
git submodule update --init --recursive
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make -j 12
Note that to compile and run tests googletest
should be installed on your
system (and apparently clang
too).
sudo apt install clang libgtest-dev libgmock-dev
./encoder --input_path example --output_path example.zkr
./decoder --input_path example.zkr
./multiplier --input_path example.zkr --input_vector_path invec14