AuroraRuntime/Source/Compression
2021-07-11 18:56:20 +01:00
..
BlockCompressor.cpp [-] Remove Flush from public compression interface 2021-07-11 12:36:15 +01:00
BlockCompressor.hpp [-] Remove Flush from public compression interface 2021-07-11 12:36:15 +01:00
BlockDecompressor.cpp [ABI Break] LZ4 framesize prefix will now be a 32 bit integer. given the recommended length of a small block is 16KiB or ~ 2^16, it doesn't make sense to use 16bit integers 2021-07-11 18:56:20 +01:00
BlockDecompressor.hpp Initial Commit 2021-06-27 22:25:29 +01:00
Compression.cpp Initial Commit 2021-06-27 22:25:29 +01:00
Compression.hpp [-] Remove Flush from public compression interface 2021-07-11 12:36:15 +01:00
StreamCompression.cpp [ABI Break] LZ4 framesize prefix will now be a 32 bit integer. given the recommended length of a small block is 16KiB or ~ 2^16, it doesn't make sense to use 16bit integers 2021-07-11 18:56:20 +01:00
StreamCompression.hpp Initial Commit 2021-06-27 22:25:29 +01:00