mirror of
https://github.com/greg7mdp/parallel-hashmap.git
synced 2026-08-29 08:34:39 +08:00
wip
This commit is contained in:
Vendored
+5
-4
@@ -32,15 +32,16 @@ test: builddir progs
|
||||
-rm -f output
|
||||
#./build/stl_unordered_map $(SIZE) random >> output
|
||||
./build/abseil_flat $(SIZE) random >> output
|
||||
./build/sparsepp $(SIZE) random >> output
|
||||
#./build/sparsepp $(SIZE) random >> output
|
||||
./build/abseil_parallel_flat $(SIZE) random >> output
|
||||
python make_chart_data.py < output
|
||||
|
||||
test_cust:
|
||||
-rm -f output
|
||||
./build/abseil_flat $(SIZE) random >> output
|
||||
./build/sparsepp $(SIZE) random >> output
|
||||
#./build/abseil_parallel_flat $(SIZE) random >> output
|
||||
#./build/abseil_flat $(SIZE) random >> output
|
||||
#./build/sparsepp $(SIZE) random >> output
|
||||
./build/abseil_parallel_flat_5 $(SIZE) random >> output
|
||||
./build/abseil_parallel_flat $(SIZE) random >> output
|
||||
python make_chart_data.py < output
|
||||
|
||||
|
||||
|
||||
Vendored
+1
-1
@@ -47,7 +47,7 @@ proper_names = {
|
||||
'absl::parallel_flat_hash_map': 'absl::parallel_flat_hash_map (1 thread)',
|
||||
'absl::parallel_flat_hash_map_mt': 'absl::parallel_flat_hash_map (8 threads)',
|
||||
'absl::parallel_flat_hash_map_4': 'absl::parallel_flat_hash_map (N=4, 8 threads)',
|
||||
'absl::parallel_flat_hash_map_5': 'absl::parallel_flat_hash_map (N=5, 8 threads)',
|
||||
'absl::parallel_flat_hash_map_5': 'absl::parallel_flat_hash_map (64b aligned, 8 threads)',
|
||||
'absl::parallel_flat_hash_map_6': 'absl::parallel_flat_hash_map (N=6, 8 threads)'
|
||||
}
|
||||
|
||||
|
||||
Vendored
BIN
Binary file not shown.
|
After Width: | Height: | Size: 50 KiB |
Reference in New Issue
Block a user