zstd-ruby icon indicating copy to clipboard operation
zstd-ruby copied to clipboard

feat: reduce string allocation for decompression

Open SpringMT opened this issue 1 year ago • 1 comments
trafficstars

SpringMT avatar May 24 '24 06:05 SpringMT

For large data, the following error occurs.

ZSTD_decompressStream failed: Operation made no progress over multiple calls, due to output buffer being full

SpringMT avatar May 24 '24 07:05 SpringMT