Drag & drop files to locally compress & decompress data using Tamp.
Configuration
?
Controls the sliding window size (2^n bytes). Larger values typically provide better compression, but use more memory during compression & decompression. Range: 8-15 bits (256B-32KB window).
?
Improves compression ratio by looking ahead for better matches, but uses more CPU time during compression.
Configuration
?
Controls the sliding window size (2^n bytes). Larger values provide better compression but use more memory. Range: 8-15 bits (256B-32KB window).
?
Improves compression ratio by looking ahead for better matches, but uses more CPU time during compression.
?
Optional text dictionary to initialize the compression window. Placing common phrases here will bootstrap the compression process, improving initial compression and significantly improve compression of short messages. The dictionary will be left-padded using Tamp's window initialization algorithm to reach the window size. Dictionary must not exceed the window size. Dictionary must be externally transferred/supplied for decompression.