Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pub
pi
Commits
f9f65cf1
Commit
f9f65cf1
authored
Dec 20, 2020
by
Neil Gershenfeld
Browse files
wip
parent
fdc3e454
Pipeline
#9872
passed with stage
in 1 second
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
README.md
View file @
f9f65cf1
...
...
@@ -32,9 +32,9 @@
|3.29|
[
pi.js
](
Node/pi.js
)
|Node|Intel i7-8700T|December, 2018|
|3.12|
[
clusterpi.js
](
Node/clusterpi.js
)
|Node, 1 worker|Intel i7-8700T|December, 2018|
|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|
|0.74|
[
threadpi.c
](
C/threadpi.c
)
|C, 1 thread
<br>
gcc threadpi.c -o threadpi -O3 -ffast-math -pthread|Raspberry Pi Zero|December, 2020|
|0.57|
[
pi.c
](
C/pi.c
)
|C
<br>
gcc pi.c -o pi -lm|Intel i7-8700T|November, 2018|
|0.47|
[
numpi.py
](
Python/numpi.py
)
|Python, NumPy|Intel i7-8700T|November, 2018|
|0.074|
[
threadpi.c
](
C/threadpi.c
)
|C, 1 thread
<br>
gcc threadpi.c -o threadpi -O3 -ffast-math -pthread|Raspberry Pi Zero|December, 2020|
|0.029|
[
pi.py
](
Python/pi.py
)
|Python|Intel i7-8700T|November, 2018|
|estimated GFlops|estimated GFlops/W|code|description|system|date|
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment