Skip to content

Instantly share code, notes, and snippets.

@uucidl
Last active May 7, 2016 08:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uucidl/ef5a6126c89e6b2c8e9aa7415fe4367b to your computer and use it in GitHub Desktop.
Save uucidl/ef5a6126c89e6b2c8e9aa7415fe4367b to your computer and use it in GitHub Desktop.
16ms

period not frequency

how many?

  • simple integer arithmetic (add/sub/shift)
  • complex integer arithmetic (mul/div/mod)
  • float arithmetic (add/mul/div)
  • file open/write/close
  • memory location visited (contiguous, pointer chasing)
  • pixels drawn

Would be interesting to compare perception from README of various libraries benchmarked here; and do a little code review.

Then show benchmark.

Eliminating layout effects from performance measurements:

http://plasma.cs.umass.edu/emery/stabilizer.html https://emeryberger.com/research/stabilizer/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment