Package org.apache.lucene.util.compress
Class LZ4.HighCompressionHashTable
- java.lang.Object
-
- org.apache.lucene.util.compress.LZ4.HighCompressionHashTable
-
- Enclosing class:
- LZ4
public static final class LZ4.HighCompressionHashTable extends Object
A higher-precisionLZ4.HashTable
. It stores up to 256 occurrences of 4-bytes sequences in the last2^16
bytes, which makes it much more likely to find matches thanLZ4.FastCompressionHashTable
.