.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.
void _primeOutput()Produce output by feeding source data to compressor.
.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.