mirror of
https://github.com/greg7mdp/parallel-hashmap.git
synced 2026-08-29 08:34:39 +08:00
13 lines
243 B
HTML
Vendored
13 lines
243 B
HTML
Vendored
<!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>
|