| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -37,6 +37,12 @@ NumPy is compatible with Python versions 2.4 through to 2.7.2 and 3.1+. | |||
| 37 | 37 | ||
| 38 | 38 | Numba | |
| 39 | 39 | ----- | |
| 40 | + Numba is an Numpy aware Python compiler (just-in-time (JIT) specializing | ||
| 41 | + compiler) which compiles annotated Python (and Numpy) code to LLVM (Low Level | ||
| 42 | + Virtual Machine) (through special decorators). | ||
| 43 | + Briefly, Numba using system that compiles Python code with LLVM to code which | ||
| 44 | + can be natively executed at runtime. | ||
| 45 | + | ||
| 40 | 46 | .. todo:: Write about Numba | |
| 41 | 47 | ||
| 42 | 48 | SciPy | |
| Back | FazBrowse Home | New Git URL |
0 commit comments