finished all stuff

This commit is contained in:
TinyAtoms
2020-03-31 19:57:16 -03:00
parent 95550f3f27
commit fa6e80f433
37 changed files with 56 additions and 9648 deletions

View File

@@ -82,6 +82,7 @@ vector<int> int_test(T map, int size) {
// insertion test
// testmap.rehash(testmap.bucket_count()+1); // force a rehash so insertion test has a smaller chance of rehashing during the test
time_point<steady_clock> insert_start = steady_clock::now();
for (auto key : insert_keys) {
testmap.insert({key, key});