From dc878966ac576db4e265c530e558caffe349e840 Mon Sep 17 00:00:00 2001 From: Neil Gershenfeld <gersh@cba.mit.edu> Date: Wed, 25 Dec 2024 17:03:52 -0500 Subject: [PATCH] wip --- interface_application_programming/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/interface_application_programming/index.html b/interface_application_programming/index.html index 70a31e52..b774d0a8 100755 --- a/interface_application_programming/index.html +++ b/interface_application_programming/index.html @@ -142,7 +142,8 @@ <a href=https://gitlab.cba.mit.edu/pub/pi/blob/master/README.md><b>performance</b></a> <a href=https://gitlab.cba.mit.edu/pub/pi/-/blob/master/Python/pi.py>pi.py</a>, <a href=https://gitlab.cba.mit.edu/pub/pi/-/blob/master/Python/numpi.py>numpi.py</a> - <a href=http://numba.pydata.org>Numba</a> <a href=https://gitlab.cba.mit.edu/pub/pi/-/blob/master/Python/numbapi.py>numbapi.py</a> + <a href=http://numba.pydata.org>Numba</a>, <a href=https://gitlab.cba.mit.edu/pub/pi/-/blob/master/Python/numbapi.py>numbapi.py</a> + <a href=https://jax.readthedocs.io/en/latest/quickstart.html>Jax</a>, <a href=https://gitlab.cba.mit.edu/pub/pi/-/blob/master/Python/jaxpi.py>jaxpi.py</a> <a href=https://pub.pages.cba.mit.edu/pi/JavaScript/pi.html>pi.html</a> <a href=https://v8.dev>JIT</a>, <a href=https://developer.mozilla.org/en-US/docs/Web/JavaScript/Typed_arrays>typed arrays</a>, <a href=https://developer.mozilla.org/en-US/docs/Web/Guide/Performance/Using_web_workers>web workers</a>, <a href=https://developer.mozilla.org/en-US/docs/Web/API/FileReader>file readers</a> <a href=https://gitlab.cba.mit.edu/pub/pi/-/blob/master/C/pi.c>pi.c</a>, <a href=https://gitlab.cba.mit.edu/pub/pi/-/blob/master/C/threadpi.c>threadpi.c</a> -- GitLab