We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e46b2e commit dc81593Copy full SHA for dc81593
src/blosc2/__init__.py
@@ -195,7 +195,7 @@ class Tuner(Enum):
195
"""Number of threads to be used in compression/decompression.
196
"""
197
# Protection against too many threads
198
-nthreads = min(nthreads, 32)
+nthreads = min(nthreads, 64)
199
# Experiments say that, when using a large number of threads, it is better to not use them all
200
if nthreads > 16:
201
nthreads -= nthreads // 8
0 commit comments