Merge branch 'master' into mmap

This commit is contained in:
debugman
2019-08-25 20:09:01 +08:00
committed by GitHub
3 changed files with 2 additions and 4 deletions
+1
View File
@@ -112,6 +112,7 @@ void mmap_load_parallel_flat_hash_map() {
mp2[6771 + i] = i;
}
std::cout << "[debug] map capacity: " << mp2.capacity() << ", size: " << mp2.size() << std::endl;
for (const auto& n : mp2)
std::cout << "key: " << n.first << ", value: " << n.second << "\n";
}