Skip to content

Instantly share code, notes, and snippets.

@njlr
Last active September 19, 2017 11:28
Show Gist options
  • Save njlr/b3290b26a208c09c4fd2b59e43276b9a to your computer and use it in GitHub Desktop.
Save njlr/b3290b26a208c09c4fd2b59e43276b9a to your computer and use it in GitHub Desktop.
Test Time Note
functor 191 ns Baseline that's the best we could do: a hand-crafted functor
sf32 312 ns This is big enough to store 2 ints
sf64 369 ns
sf128 346 ns
sf256 376 ns
sf512 503 ns
sf1024 569 ns
sf2048 870 ns
std::function 1141 ns
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment