maqy1995 / zuckerli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zuckerli

Compression format and data structures for large graphs. original from:https://github.com/google/zuckerli

Cloning and compiling

git clone https://github.com/google/zuckerli
cd zuckerli
git clone https://github.com/abseil/abseil-cpp.git
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.

About

License:Apache License 2.0


Languages

Language:C++ 98.5%Language:CMake 1.5%