File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed
Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -60,18 +60,12 @@ Numba compiles functions to native machine code instructions at runtime.
6060
6161When it succeeds, the result is performance comparable to compiled C or Fortran.
6262
63- In addition, Numba can do useful tricks such as {ref}` multithreading ` .
63+ In addition, Numba can do useful tricks such as {ref}` multithreading <multithreading> ` .
6464
6565This lecture introduces the core ideas.
6666
67- (numba_link)=
68- ## {index}` Compiling Functions <single: Compiling Functions> `
6967
70- ``` {index} single: Python; Numba
71- ```
72-
73- {note}
74- ```
68+ ``` {note}
7569Some readers might be curious about the relationship between Numba and [Julia](https://julialang.org/),
7670which contains its own JIT compiler. While the two compilers are similar in
7771many ways, Numba is less ambitious, attempting only to compile a small subset of
@@ -81,6 +75,14 @@ good at what it does.
8175```
8276
8377
78+
79+ (numba_link)=
80+ ## {index}` Compiling Functions <single: Compiling Functions> `
81+
82+ ``` {index} single: Python; Numba
83+ ```
84+
85+
8486(quad_map_eg)=
8587### An Example
8688
You can’t perform that action at this time.
0 commit comments