DeflateWithPresetDictCompressionMode

A compression mode that trades speed for compression ratio. Although compression and decompression might be slow, this compression mode should provide a good compression ratio. This mode might be interesting if/when your index size is much bigger than your OS cache.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun newCompressor(): Compressor

Create a new Compressor instance.

Link copied to clipboard
open override fun newDecompressor(): Decompressor

Create a new Decompressor instance.

Link copied to clipboard
open override fun toString(): String