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 0307ebd commit 96a2168Copy full SHA for 96a2168
README.rst
@@ -135,7 +135,7 @@ With regards to performance:
135
but appears to be on net ~30% faster than the query-twice scheme. The net
136
gain may disappear with a sufficiently large number of CPUs as at some point the
137
serial merge and larger number of dynamic allocations starts dominating the
138
- total run time (on my 24 CPU laptop, querying once is still superior).
+ total run time (on my 16 core laptop, querying once is still superior).
139
140
To debug, set the environmental variable ``NUMBA_DISABLE_JIT=1``. Re-enable by
141
setting ``NUMBA_DISABLE_JIT=0``.
0 commit comments