Skip to main content

One post tagged with "bitmap"

View All Tags

croaring bitmap

· One min read

1 安装

git clone https://github.com/RoaringBitmap/CRoaring.git
cd CRoaring/
cd build/
cmake -DCMAKE_BUILD_TYPE=Debug ..
make -j4

然后就可以了