Skip to content
Snippets Groups Projects
Commit 50c282df authored by Neil Gershenfeld's avatar Neil Gershenfeld
Browse files

wip

parent 95b85544
Branches
No related tags found
No related merge requests found
......@@ -41,6 +41,7 @@
|3.29|[pi.js](Node/pi.js)|Node|Intel i7-8700T|December, 2018|
|3.19|[pi.rs](Rust/pi.rs)|Rust<br>cargo run --release|Intel i7-8700T|December, 2024|
|3.12|[clusterpi.js](Node/clusterpi.js)|Node, 1 worker|Intel i7-8700T|December, 2018|
|2.66|[wasmpi.html](https://gitlab.cba.mit.edu/pub/pi/-/tree/master/Rust/wasmpi)|Rust, WebAssembly<br>wasm-pack build --target web --out-dir web/dist|Intel i7-8700T|December, 2024|
|1.78|[threadpi.c](C/threadpi.c)|C, 4 threads<br>gcc threadpi.c -o threadpi -O3 -ffast-math -pthread|Raspberry Pi 4|December, 2020|
|1.21|[cupi.py](Python/cupi.py)|Python, CuPy, 5120 cores|NVIDIA V100|March, 2023|
|0.85|prior|Connection Machine CM-2|C, 32k processors|prior|
......
......@@ -8,7 +8,7 @@
<script type="module">
//
// index.html
// wasmpi.html
// Neil Gershenfeld 12/26/24
// Rust WebAssembly pi calculation benchmark
// pi = 3.14159265358979323846
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment