Takayuki Matsuoka

Results 99 comments of Takayuki Matsuoka

This should be disucussed after the `pthread` stabilization, but as for MSVC, how about [``](https://en.cppreference.com/w/c/thread) (C11) ? They don't fully support it yet. But they recently [began to support it](https://devblogs.microsoft.com/cppblog/c11-threads-in-visual-studio-2022-version-17-8-preview-2/)....

> Also, @t-mat, let me know if you are lacking some control / privileges to properly manage it. Thanks for the update! I've tried to the "convert to discussion" button...

Almost a note for myself. We need new `versionsTest` which includes both single- and multi-threaded `lz4` CLI. It also needs bigger file which must be big enough to test potential...

Sure. So I think `versionsTest` should be same, keep it simple. - `versionsTest` : Test (single-threaded) compatibility between all released versions and the `HEAD`. We will be able to introduce...

Just an flash idea: CLI accepts relative number of threads ### Motivation Although this should be done by external (shell) script, it may be convenient. Especially in the simple batch...

Possible advantages of `--threads-in-percentage=N` are - Simply it's convenient, since POSIX doesn't have portable command/variable. (Am I right?) - Instead of using hidden logic (`LZ4IO_defaultNbWorkers()`), we can provide explicit default...

@Cyan4973 I just marked this functionality as a part of the next release. But please change it if it's not a part of it.

Hi @nobodyinperson, Could you try to avoid to use `--rm` in this case? I think `lz4`, `gzip` and `xz` are able to work in similar manner with the following commands:...

Since it seems this should be triaged, I set a milestone `v.1.9.5` as a mark of it. We may leave it as is and will revisit in future release(s).

Hi @vsolontsov-volant, thanks for the report. > It seems to be a minor but annoying thing -- the recent lz4file.h is not included into the make install copy list. You're...