Przemyslaw Skibinski

Results 68 comments of Przemyslaw Skibinski

Thanks for reporting it. I confirm the issue: ``` size=0 bound=23 written=11 size=1 bound=24 written=29 -> THE ISSUE size=2 bound=25 written=25 size=3 bound=26 written=26 size=4 bound=27 written=27 size=5 bound=28 written=28...

The issue is fixed at https://github.com/inikep/lizard/commit/d3becc7e80 in the main branch.

@IlyaGrebnov Currenty bsc supports MT with `compression_omp()`. How hard would be to add for example: ``` int bsc_compress_mt(const unsigned char * input, unsigned char * output, int n, int lzpHashSize,...

@iczelia I see that MT in bzip3 is achieved using `bz3_encode_blocks()` in `main.c`. Please consier adding for example: ``` BZIP3_API int bz3_compress_mt(u32 block_size, const u8 * const in, u8 *...

> launch N threads however you prefer (ideally using method consistent across other codecs) and keep libbsc single-threaded This is our -T option and works for all compressors except these...

I created https://github.com/iczelia/bzip3/issues/171

The newest version from Meta is split into 2 commits: https://github.com/facebook/mysql-5.6/commit/26bc9f518c6 https://github.com/facebook/mysql-5.6/commit/d2c1430bcf7

Tested at https://ps80.cd.percona.com/job/percona-server-8.0-param-parallel-mtr/106/