mirror of
https://github.com/greg7mdp/parallel-hashmap.git
synced 2026-08-30 00:50:38 +08:00
Merge branch 'master' into mmap
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user