Skip to content
Snippets Groups Projects
README.md 610 B
Newer Older
  • Learn to ignore specific revisions
  • Neil Gershenfeld's avatar
    Neil Gershenfeld committed
    # [pi calculation benchmarks](http://fab.cba.mit.edu/classes/864.17/text/benchmark.pdf)
    
    Neil Gershenfeld's avatar
    Neil Gershenfeld committed
    
    
    Neil Gershenfeld's avatar
    Neil Gershenfeld committed
    |estimated GFlops|description|code|system|date|
    
    Neil Gershenfeld's avatar
    Neil Gershenfeld committed
    |---|---|---|---|---|
    
    Neil Gershenfeld's avatar
    Neil Gershenfeld committed
    |16.163|6 workers|[pi.html](JavaScript/pi.html)|Intel i7-8700T|Nov 17, 2018|
    |9.371|gcc pi.c -o pi -lm -O3 -ffast-math|[pi.c](C/pi.c)|Intel i7-8700T|Nov 17, 2018|
    |3.734|1 worker|[pi.html](JavaScript/pi.html)|Intel i7-8700T|Nov 17, 2018|
    |0.573|gcc pi.c -o pi -lm|[pi.c](C/pi.c)|Intel i7-8700T|Nov 17, 2018|
    |0.470|Python NumPy|[numpi.py](Python/numpi.py)|Intel i7-8700T|Nov 17, 2018|
    |0.029|Python|[pi.py](Python/pi.py)|Intel i7-8700T|Nov 17, 2018|