We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 30bf30b + 46fa975 commit 3473ef5Copy full SHA for 3473ef5
main.cpp
@@ -3,7 +3,7 @@
3
#include <chrono>
4
#include <iostream>
5
#include <vector>
6
-constexpr size_t SIZE = 1000000000; // 10 million elements
+constexpr size_t SIZE = 1000000000; // 1 billion elements
7
// Benchmarks the performance of std::vector<bool> for setting, accessing, and traversing elements.
8
void benchmarkStdVectorBool(){
9
0 commit comments