You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: chapter05_hpc/00_intro.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ With just-in-time compilation, Python code is dynamically compiled into a lower-
19
19
20
20
JIT compilation techniques are implemented in packages such as **Numba** or **Numexpr** which we will cover in this chapter.
21
21
22
-
We will also **Julia**, a programming language that uses JIT compilation to achieve high performance. This language can be used effectively in the Jupyter Notebook, thanks to the IJulia package.
22
+
We will also use **Julia**, a programming language that uses JIT compilation to achieve high performance. This language can be used effectively in the Jupyter Notebook, thanks to the IJulia package.
23
23
24
24
> INFO: **PyPy** (http://pypy.org), successor of Psyco, is another related project. This alternative implementation of Python (the reference implementation being CPython) integrates a JIT compiler. Thus, it is typically faster than CPython. Since October 2017, PyPy supports NumPy and pandas (but with Legacy Python rather than Python 3). See https://morepypy.blogspot.fr/2017/10/pypy-v59-released-now-supports-pandas.html for more details.
0 commit comments