Skip to content

Commit af0ae7d

Browse files
committed
add library version info
1 parent 945dc71 commit af0ae7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/11_performance.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"\n",
1313
"Switching between jit and non-jit during runtime is too complicated when combined with numba caching. Each run must be set up beforehand.\n",
1414
"\n",
15-
"The results from my computer for the first test are indicative of speedups. The jitted version that uses numba is about 30x faster than the non-jitted version and 60x faster than the same code running under JupyterLite\n",
15+
"The results from my computer for the first test are indicative of speedups. The jitted version that uses numba is about 30x faster than the non-jitted version and 60x faster than the same code running under JupyterLite. (python 3.12.12, numba 0.63.1, pyodide-kernel 0.6.1)\n",
1616
"\n",
1717
"| Array size | JIT (µs) | Non-JIT (µs) | JupyterLite (µs) |\n",
1818
"| ---------: | -------: | -----------: | ---------------: |\n",

0 commit comments

Comments
 (0)