Package-level declarations

Types

Link copied to clipboard

Utility class that can efficiently compress arrays that mostly contain characters in the [0x1F,0x3F) or [0x5F,0x7F) ranges, which notably include all digits, lowercase characters, '.', '-' and '_'.

Link copied to clipboard
object LZ4

LZ4 compression and decompression routines.