mirror of
https://github.com/greg7mdp/parallel-hashmap.git
synced 2026-08-29 16:40:39 +08:00
13 lines
243 B
HTML
13 lines
243 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
<body>
|
||
|
|
|
||
|
|
<h2>Benchmark Results</h2>
|
||
|
|
|
||
|
|
<a href="InsertManyInt.html">insert 100m values in map<int, int></a> <p>
|
||
|
|
|
||
|
|
<a href="Lookup.html">Lookup 100m ints, all present | Lookup 100m ints, few present</a> <p>
|
||
|
|
|
||
|
|
</body>
|
||
|
|
</html>
|