Skip to content

Instantly share code, notes, and snippets.

@Izaron
Created August 23, 2018 13:48
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 Izaron/a6f0716aa1fb5c1eb065e1ae706d9340 to your computer and use it in GitHub Desktop.
Save Izaron/a6f0716aa1fb5c1eb065e1ae706d9340 to your computer and use it in GitHub Desktop.
Compiler: GNU C++ version 6.3.0 20170516
Std lib : GNU libstdc++ version 20170516
Boost v.: 1.68.0
Timings for dynamic_bitset<unsigned char> [3000000 iterations]
--------------------------------------------------
Elapsed: 18.9194
(total count: 31722432)
Timings for dynamic_bitset<unsigned short> [3000000 iterations]
--------------------------------------------------
Elapsed: 24.4036
(total count: 31722432)
Timings for dynamic_bitset<unsigned int> [3000000 iterations]
--------------------------------------------------
Elapsed: 20.8978
(total count: 31722432)
Timings for dynamic_bitset<unsigned long> [3000000 iterations]
--------------------------------------------------
Elapsed: 13.5042
(total count: 31722432)
Timings for dynamic_bitset<unsigned long long> [3000000 iterations]
--------------------------------------------------
Elapsed: 13.4193
(total count: 31722432)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment