Skip to content

Instantly share code, notes, and snippets.

@praveev
Created August 4, 2016 20:57
Show Gist options
  • Save praveev/d672cb3656ac11657be9d76b2e45d33c to your computer and use it in GitHub Desktop.
Save praveev/d672cb3656ac11657be9d76b2e45d33c to your computer and use it in GitHub Desktop.
***************
Total duration: 352693ns
DBB write time -> 86.0ns
DBB select time -> 737.0ns
DBB total c++ time -> 1032.0ns
***************
Total duration: 27173ns
Unsafe write time -> 79.0ns
Unsafe select time -> 738.0ns
Unsafe total c++ time -> 932.0ns
***************
Total duration: 21943ns
Unsafe write time -> 80.0ns
Unsafe select time -> 403.0ns
Unsafe total c++ time -> 499.0ns
***************
Total duration: 33833ns
DBB write time -> 106.0ns
DBB select time -> 538.0ns
DBB total c++ time -> 642.0ns
***************
Total duration: 33137ns
Unsafe write time -> 159.0ns
Unsafe select time -> 546.0ns
Unsafe total c++ time -> 679.0ns
************************
DBB k=64 - Total duration: 2.8863459564E10ns. Write Time: 8.514929601E9ns Select Time: 2.7673077749E10ns Total C++ time: 2.8111670548E10ns
************************
Unsafe k=64 - Total duration: 2.098813078E10ns. Write Time: 5.009792022E9ns Select Time: 1.9885728739E10ns Total C++ time: 2.0328841181E10ns
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment