for real this time

This commit is contained in:
TinyAtoms
2020-02-05 14:22:10 -03:00
parent 904e2d1c0b
commit 78700c9408
3 changed files with 6 additions and 39 deletions

View File

@@ -8,7 +8,7 @@
#include <chrono>
// maps
#include <sparsehash/sparse_hash_map>
// #include <sparsehash/sparse_hash_map>
// own
#include "./generator.h"
@@ -29,10 +29,10 @@ void prepare(std::unordered_map<string, string>& map,int size){
return;
}
void prepare(google::sparse_hash_map<int, int>& map, int size){
map.set_deleted_key(0);
return;
}
// void prepare(google::sparse_hash_map<int, int>& map, int size){
// map.set_deleted_key(0);
// return;
// }
template <class T>
vector<int> int_test(T testmap, int size){