CompressRange._primeOutput

void _primeOutput()

Produce output by feeding source data to compressor.

Note

This method allocates a new array via .dup on every call to

popFront(). This is a known performance concern for high-throughput scenarios. Consider using the streaming Compressor interface directly with a pre-allocated buffer if allocation overhead is problematic.