Skip to content

Instantly share code, notes, and snippets.

@sayrer
Created December 30, 2018 01:43
Show Gist options
  • Save sayrer/795cd17a78902f03d9a9c950faa40c3e to your computer and use it in GitHub Desktop.
Save sayrer/795cd17a78902f03d9a9c950faa40c3e to your computer and use it in GitHub Desktop.
c++ interviewcode results
from https://github.com/spullara/interviewcode/commit/7990f661990837ad9ba8b42dbe34408279a22c5e
Roberts-MacBook-Pro:interviewcodecpp sayrer$ ./main
Starting
Running benchmark
483 ns/op
456 ns/op
452 ns/op
452 ns/op
450 ns/op
Roberts-MacBook-Pro:interviewcodecpp sayrer$ DYLD_INSERT_LIBRARIES=/usr/local/Cellar/jemalloc/5.1.0/lib/libjemalloc.2.dylib ./main
Starting
Running benchmark
308 ns/op
310 ns/op
295 ns/op
287 ns/op
286 ns/op
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment