Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
pi
Commits
50c282df
Commit
50c282df
authored
5 months ago
by
Neil Gershenfeld
Browse files
Options
Downloads
Patches
Plain Diff
wip
parent
95b85544
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+1
-0
1 addition, 0 deletions
README.md
Rust/wasmpi/web/wasmpi.html
+1
-1
1 addition, 1 deletion
Rust/wasmpi/web/wasmpi.html
with
2 additions
and
1 deletion
README.md
+
1
−
0
View file @
50c282df
...
...
@@ -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|
...
...
This diff is collapsed.
Click to expand it.
Rust/wasmpi/web/
index
.html
→
Rust/wasmpi/web/
wasmpi
.html
+
1
−
1
View file @
50c282df
...
...
@@ -8,7 +8,7 @@
<script
type=
"module"
>
//
//
index
.html
//
wasmpi
.html
// Neil Gershenfeld 12/26/24
// Rust WebAssembly pi calculation benchmark
// pi = 3.14159265358979323846
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment