Spring_MT
Spring_MT
How about this issue?
Sorry, I'll check this in this week 🙇
@mperice Sorry for the late reply. I tried to reproduce the issue, but I couldn't in my environment with ruby 3.3.0. Could you tell me which version of ruby you...
I couldn't reproduce in my environment with ruby 3.2.4. ``` require 'zstd-ruby' def decompress_compressed_lines(line_length) lines = (0...10_000).map{"a" * line_length} stream = Zstd::StreamingCompress.new compressed_with_stream = lines.map do |line| stream.compress(line) stream.finish end...