Skip to content

Instantly share code, notes, and snippets.

@Izaron
Created August 23, 2018 13:45
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/24489ad8f3b33f2a79d126b605072cae to your computer and use it in GitHub Desktop.
Save Izaron/24489ad8f3b33f2a79d126b605072cae 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: 19.5219
(total count: 31722432)
Timings for dynamic_bitset<unsigned short> [3000000 iterations]
--------------------------------------------------
Elapsed: 23.5365
(total count: 31722432)
Timings for dynamic_bitset<unsigned int> [3000000 iterations]
--------------------------------------------------
Elapsed: 20.9458
(total count: 31722432)
Timings for dynamic_bitset<unsigned long> [3000000 iterations]
--------------------------------------------------
Elapsed: 19.9691
(total count: 31722432)
Timings for dynamic_bitset<unsigned long long> [3000000 iterations]
--------------------------------------------------
Elapsed: 20.0417
(total count: 31722432)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment