JASSv2
Classes
compress_integer_elias_gamma_simd_vb.h File Reference

Pack 32-bit integers into 512-bit SIMD words using elias gamma encoding - with VByte on short lists. More...

#include <stdint.h>
#include <string.h>
#include <immintrin.h>
#include "compress_integer_variable_byte.h"
Include dependency graph for compress_integer_elias_gamma_simd_vb.h:

Go to the source code of this file.

Classes

class  compress_integer_elias_gamma_simd_vb
 Pack 32-bit integers into 512-bit SIMD words using elias gamma with vbyte for short lists. More...
 

Detailed Description

Pack 32-bit integers into 512-bit SIMD words using elias gamma encoding - with VByte on short lists.

Author
Andrew Trotman