Skip to content
This repository was archived by the owner on Apr 24, 2020. It is now read-only.

Commit aafb47c

Browse files
committed
2 parents 0c8e046 + 97a8a65 commit aafb47c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/rst/parallelization.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ In other words, can we pair
250250

251251
* the efficiency of Numba's highly specialized JIT compiled function and
252252

253-
* the speed gains from parallelization obtained by NumPy's implict
253+
* the speed gains from parallelization obtained by NumPy's implicit
254254
multithreading?
255255

256256
It turns out that we can, by adding some type information plus ``target='parallel'``.
@@ -417,7 +417,7 @@ The speed-up is significant.
417417
A Warning
418418
---------
419419

420-
Parallelization works well in the outer loop of the last example because the individual tasks inside the loop are independent of eachother.
420+
Parallelization works well in the outer loop of the last example because the individual tasks inside the loop are independent of each other.
421421

422422
If this independence fails then parallelization is often problematic.
423423

0 commit comments

Comments
 (0)