My Project
|
Classes | |
class | CompressorExtensions |
Helper class that implements compression related extension methods for the bit packer. | |
class | CompressorFloat |
Compresses floats to a given range with a given precision. http://stackoverflow.com/questions/8382629/compress-floating-point-numbers-with-specified-range-and-precision. More... | |
struct | CompressorFloatConfig |
Data struct to cofigure a float compressor. More... | |
class | CompressorInt |
Compresses integers to a given range. More... | |
struct | CompressorIntConfig |
Data struct to cofigure an integer compressor. More... | |