tree: b34a28e26f5b451b0617b7a445e829f2af0b4e12 [path history] [tgz]
  1. LICENSE
  2. README.md
  3. roaring.c
  4. roaring.h
be/src/thirdparty/roaring/README.md

How to update the CRoaring library

The CRoaring library offers amalgamated files for each release. Source amalgamation means that all the source files of a C/C++ libary can be combined into very few files. In case of CRoaring:

  • roaring.h
  • roaring.c

So one just needs to download the amalgamated files and override the contents of this folder. The files can be found at https://github.com/RoaringBitmap/CRoaring/releases