Spring_MT

Results 11 comments of Spring_MT
trafficstars

Thank you! I created the PR https://github.com/googleforgames/open-match/pull/1487.

Thank you for your comment! Current versioning scheme was initially adopted to ensure compatibility by aligning with Zstandard's versioning (8 years ago!). However, I now feel that synchronizing with Zstandard's...

Thank you for the issues. I would like to understand more about what you mean by "the original zstd library returns this information." Could you please provide more details or...

Thanks for the request. I have not been able to find the time to implement it now. Sorry about that. I am planning to respond around the end of the...

As an experimental feature, I implemented a simple StreamWriter and StreamReader. https://github.com/SpringMT/zstd-ruby/pull/76 Write ``` irb(main):001> require 'zstd-ruby' => true irb(main):002> require 'zstd-ruby/stream_writer' => true irb(main):003> require 'stringio' => true irb(main):004>...

Add documents for README https://github.com/SpringMT/zstd-ruby/edit/main/README.md#stream-writer-and-reader-wrapper

For large data, the following error occurs. ``` ZSTD_decompressStream failed: Operation made no progress over multiple calls, due to output buffer being full ```