Expand description
Compressor::Struct - message batching + compression
engine. Buffers messages until size or time triggers a
flush, then emits a CompressedBatch::Struct using the
configured algorithm. Struct + 14-method impl + utility
functions stay in one file - tightly coupled cluster.