TurboPFor: Elias fano header
This commit is contained in:
@ -24,7 +24,7 @@
|
|||||||
// eliasfano.h - "Integer Compression" Elias Fano c/c++ header
|
// eliasfano.h - "Integer Compression" Elias Fano c/c++ header
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
// compress/decompress integer array with n values to the buffer out. Return value = end of output/input buffer
|
// compress/decompress integer array with n values to the buffer out. Return value = end of output/input buffer
|
||||||
|
Reference in New Issue
Block a user