This commit is contained in:
Davi de Castro Reis
2011-01-20 23:07:46 -02:00
parent 62ac3f4bde
commit 799b4a3fc5
2 changed files with 72 additions and 0 deletions

View File

@@ -14,6 +14,9 @@ int main(int argc, char** argv) {
for (int i = 0; i < 2*1000*1000; ++i) {
b.insert(make_pair(i, i));
}
for (int i = 0; i < 100*1000*1000; ++i) {
b.find(i);
}
/*
cmph_hash_map<string, int> h;
h.insert(std::make_pair("-1",-1));