# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
NoOpCompressor is a Compressor that does nothing.
NoOpDecompressor is a DeCompressor that does nothing.
ThreadSafeZlibCompressor provides a thread safe compressor, at the cost of instantiating a new ZlibCompressor for each Compress call.
ThreadSafeZlibDecompressor provides a thread safe decompressor, at the cost of instantiating a new ZlibDecompressor for each Decompress call.
ZlibCompressor compresses to Zlib, which for KB size payloads seems more (cpu) efficient than the newer formats such as zstd.
ZlibDecompressor decompresses Zlib.
# Interfaces
Compressor is a fast, single threaded compressor.
Decompressor is a fast, single threaded compressor.