bitshuffle icon indicating copy to clipboard operation
bitshuffle copied to clipboard

Decompression slow downs for "too many" threads

Open jonwright opened this issue 3 years ago • 0 comments

It seems the openmp locks and (dynamic,1) overhead can become important for machines with large numbers of cores. For decompression, I could see some improvements using static scheduling:

20230206_bench

Perhaps there is a better way to overcome this problem? Anyway, I will try to send you a pull request for dicussion.

jonwright avatar Feb 06 '23 14:02 jonwright