Skip to content

Instantly share code, notes, and snippets.

Created January 2, 2017 20:31
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 anonymous/3bb8fa75fa69b77b58238a5b350c855b to your computer and use it in GitHub Desktop.
Save anonymous/3bb8fa75fa69b77b58238a5b350c855b to your computer and use it in GitHub Desktop.
Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz
rustc 1.12.1
iir_vec: 20865 ns per loop
iir_vec_2: 14259 ns per loop
iir_array (4096): 10545 ns per loop
iir_slice (array): 10564 ns per loop
iir_slice (4096 array): 10579 ns per loop
iir_slice_unsafe (4096 array): 10615 ns per loop
iir_slice (vec): 20977 ns per loop
iir_slice_unsafe (vec): 20939 ns per loop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment