mirror of
https://github.com/facebook/zstd.git
synced 2025-12-07 00:02:39 -05:00
fileio.c was continually pushing more content without giving a chance to flush compressed one. It would block the job queue when input data was accumulated too fast (requiring to define many threads). Fixed : fileio flushes whatever it can after each input attempt.