TurboPFor: Elias fano header

This commit is contained in:
x
2017-01-04 16:35:06 +01:00
parent c2ec346b7b
commit 1de1718f69

View File

@ -24,7 +24,7 @@
// eliasfano.h - "Integer Compression" Elias Fano c/c++ header
#ifdef __cplusplus
extern "C" {
#endif
#endif
#include <stdint.h>
// compress/decompress integer array with n values to the buffer out. Return value = end of output/input buffer