Skip to content

Commit cd59cd9

Browse files
author
u7062654
committed
[numba] trial, please ignore
1 parent 9923117 commit cd59cd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lectures/numba.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ Now let's see how fast it runs:
555555
%time calculate_pi()
556556
```
557557

558-
If we switch of JIT compilation by removing `@njit`, the code takes around
558+
If we switch offf JIT compilation by removing `@njit`, the code takes around
559559
150 times as long on our machine.
560560

561561
So we get a speed gain of 2 orders of magnitude--which is huge--by adding four

0 commit comments

Comments
 (0)