Skip to content

Commit 96a2168

Browse files
authored
Update README.rst
1 parent 0307ebd commit 96a2168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ With regards to performance:
135135
but appears to be on net ~30% faster than the query-twice scheme. The net
136136
gain may disappear with a sufficiently large number of CPUs as at some point the
137137
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).
138+
total run time (on my 16 core laptop, querying once is still superior).
139139

140140
To debug, set the environmental variable ``NUMBA_DISABLE_JIT=1``. Re-enable by
141141
setting ``NUMBA_DISABLE_JIT=0``.

0 commit comments

Comments
 (0)