Nick Terrell
Nick Terrell
You can get around this issue by passing `--progress` to your `zstd` command. I'll leave this issue open because it is a bit of a wart, but for all intents...
Thanks for the PR @Hello71! Sorry we forgot to merge it, but it will be part of the next release :)
Closing this issue because Linux has been updated to v1.5.2. > Will the update to .4 be easier to do or is still complicated? It will be easy, but I'm...
> This may avoid potential compatibility issues and bring some performance improvements. There will be no compatibility issues, because zstd only uses the stable public API, and the hash function...
Thanks for the PR, it LGTM!
> error code 10 is [unknown prefix](https://github.com/facebook/zstd/blob/bad7f82300d3d2a1c835ca577b71cba3626dfb4a/lib/zstd_errors.h#L55) which can happen when we are trying to read a Zstd frame and get bytes that do not match the magic -- either...
@ishitatsuyuki I still have to look into this some more, and try to reproduce the issue. It is a little non-trivial to disable assembly on non-Intel machines, because that means...
Closing as the question is answered. Please create a new issue if you have further questions.
Thanks for the feedback @ned14, it is super helpful! Our dictionary building API and documentation need improvement. Basically everything I'm going to suggest here should be covered in a top-level...
> Me personally, I'd prefer if you could instead train multiple dictionaries using more CPU. In our situation, for all our small blocks, statistically speaking they ought to be categorisable...