Skip navigation links

Package com.ning.compress.lzf.parallel

Package that contains parallel implementation of LZF compressor: granularity is at chunk-level, so that each processing thread operates on a single chunk at a time (and conversely, no chunk is "split" across threads).

See: Description

Package com.ning.compress.lzf.parallel Description

Package that contains parallel implementation of LZF compressor: granularity is at chunk-level, so that each processing thread operates on a single chunk at a time (and conversely, no chunk is "split" across threads).

The main abstraction to use is PLZFOutputStream, which orchestrates operation of multi-thread compression.

Skip navigation links

Copyright © 2019 FasterXML. All rights reserved.