Commit 6da33da
authored
🌐 [translation-sync] Improve clarity and fix errors in Numba lecture (#101)
Syncs translation of lectures/numba.md with upstream source PR #524.
Changes include:
- Rename anchor (speed) to (numba_lecture)
- Remove Julia from vectorization weaknesses list
- Update performance comparison wording
- Fix Julia comparison text (correct casing, wording)
- Replace Decorator Notation section with admonition block
- Simplify type inference example (iterate/g instead of bootstrap/mean)
- Remove outdated nopython mode note
- Add global variables workaround advice
- Update multithreading section
- Remove duplicate import
- Add GPU parallelization cross-reference to JAX lectures
Source: QuantEcon/lecture-python-programming#5241 parent 2c39955 commit 6da33da
2 files changed
+67
-111
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
0 commit comments