From afc2d61af71b8a983b7ed714dccce960124da1c8 Mon Sep 17 00:00:00 2001 From: joaquintides Date: Sat, 14 Jan 2023 05:22:11 -0500 Subject: [PATCH] updated benchmark results --- gcc-x64/main.cpp.txt | 156 +++++++++++++++++++++---------------------- 1 file changed, 78 insertions(+), 78 deletions(-) diff --git a/gcc-x64/main.cpp.txt b/gcc-x64/main.cpp.txt index 7d6b44c4..b16651ae 100644 --- a/gcc-x64/main.cpp.txt +++ b/gcc-x64/main.cpp.txt @@ -1,176 +1,176 @@ -cset: --> last message, executed args into cpuset "/user", new pid is: 3605220 -enwik9: 141176630 words, 59116 ms +cset: --> last message, executed args into cpuset "/user", new pid is: 3617538 +enwik9: 141176630 words, 59083 ms boost::unordered_flat_map, single threaded: -Word count: 4927 ms (s=141176630, size=1418655) +Word count: 4909 ms (s=141176630, size=1418655) -Contains: 3611 ms (s=97891799, size=1418655) +Contains: 3608 ms (s=97891799, size=1418655) -Total: 8539 ms +Total: 8517 ms boost::unordered_flat_map, single threaded, shared_mutex: -Word count: 7393 ms (s=141176630, size=1418655) +Word count: 7377 ms (s=141176630, size=1418655) -Contains: 5253 ms (s=97891799, size=1418655) +Contains: 5254 ms (s=97891799, size=1418655) -Total: 12647 ms +Total: 12632 ms boost::unordered_flat_map, single threaded, rw_spinlock: -Word count: 5476 ms (s=141176630, size=1418655) +Word count: 5462 ms (s=141176630, size=1418655) -Contains: 3999 ms (s=97891799, size=1418655) +Contains: 4006 ms (s=97891799, size=1418655) -Total: 9475 ms +Total: 9468 ms concurrent_foa, single threaded: -Word count: 8087 ms (s=141176630, size=1418655) +Word count: 8081 ms (s=141176630, size=1418655) -Contains: 5015 ms (s=97891799, size=1418655) +Contains: 5006 ms (s=97891799, size=1418655) -Total: 13102 ms +Total: 13087 ms concurrent_foa, tbb::spin_rw_mutex, single threaded: -Word count: 8007 ms (s=141176630, size=1418655) +Word count: 7996 ms (s=141176630, size=1418655) -Contains: 5207 ms (s=97891799, size=1418655) +Contains: 5202 ms (s=97891799, size=1418655) -Total: 13215 ms +Total: 13198 ms concurrent_foa, std::shared_mutex, single threaded: -Word count: 8961 ms (s=141176630, size=1418655) +Word count: 8954 ms (s=141176630, size=1418655) -Contains: 6155 ms (s=97891799, size=1418655) +Contains: 6143 ms (s=97891799, size=1418655) -Total: 15116 ms +Total: 15098 ms tbb::concurrent_hash_map, single threaded: -Word count: 14466 ms (s=141176630, size=1418655) +Word count: 14429 ms (s=141176630, size=1418655) -Contains: 8345 ms (s=97891799, size=1418655) +Contains: 8338 ms (s=97891799, size=1418655) -Total: 22811 ms +Total: 22768 ms boost::unordered_flat_map, sharded_prehashed: -Word count: 4371 ms (s=141176630, size=1418655) +Word count: 4309 ms (s=141176630, size=1418655) -Contains: 2429 ms (s=97891799, size=1418655) +Contains: 2464 ms (s=97891799, size=1418655) -Total: 6801 ms +Total: 6773 ms boost::unordered_flat_map, sharded_prehashed: -Word count: 12038 ms (s=141176630, size=1418655) +Word count: 15483 ms (s=141176630, size=1418655) -Contains: 2179 ms (s=97891799, size=1418655) +Contains: 2127 ms (s=97891799, size=1418655) -Total: 14218 ms +Total: 17610 ms boost::unordered_flat_map, sharded_prehashed: -Word count: 5270 ms (s=141176630, size=1418655) +Word count: 5528 ms (s=141176630, size=1418655) -Contains: 1786 ms (s=97891799, size=1418655) +Contains: 1815 ms (s=97891799, size=1418655) -Total: 7057 ms +Total: 7344 ms boost::unordered_flat_map, sharded isolated, prehashed: -Word count: 4139 ms (s=141176630, size=1418655) +Word count: 3953 ms (s=141176630, size=1418655) -Contains: 3769 ms (s=97891799, size=1418655) +Contains: 3776 ms (s=97891799, size=1418655) -Total: 7909 ms +Total: 7730 ms concurrent foa: -Word count: 3112 ms (s=141176630, size=1418655) +Word count: 3051 ms (s=141176630, size=1418655) -Contains: 1515 ms (s=97891799, size=1418655) +Contains: 1473 ms (s=97891799, size=1418655) -Total: 4628 ms +Total: 4525 ms concurrent foa, tbb::spin_rw_mutex: -Word count: 3039 ms (s=141176630, size=1418655) +Word count: 2963 ms (s=141176630, size=1418655) -Contains: 1529 ms (s=97891799, size=1418655) +Contains: 1521 ms (s=97891799, size=1418655) -Total: 4569 ms +Total: 4485 ms concurrent foa, std::shared_mutex: -Word count: 3090 ms (s=141176630, size=1418655) +Word count: 3079 ms (s=141176630, size=1418655) -Contains: 1700 ms (s=97891799, size=1418655) +Contains: 1737 ms (s=97891799, size=1418655) -Total: 4791 ms +Total: 4816 ms libcuckoo::cuckoohash_map: -Word count: 10962 ms (s=141176630, size=1418655) +Word count: 11126 ms (s=141176630, size=1418655) -Contains: 12383 ms (s=97891799, size=1418655) +Contains: 12536 ms (s=97891799, size=1418655) -Total: 23345 ms +Total: 23663 ms tbb::concurrent_hash_map: -Word count: 5531 ms (s=141176630, size=1418655) +Word count: 5530 ms (s=141176630, size=1418655) -Contains: 1975 ms (s=97891799, size=1418655) +Contains: 1985 ms (s=97891799, size=1418655) -Total: 7507 ms +Total: 7516 ms gtl::parallel_flat_hash_map: -Word count: 4366 ms (s=141176630, size=1418655) +Word count: 4747 ms (s=141176630, size=1418655) -Contains: 2365 ms (s=97891799, size=1418655) +Contains: 2454 ms (s=97891799, size=1418655) -Total: 6731 ms +Total: 7202 ms gtl::parallel_flat_hash_map: -Word count: 32474 ms (s=141176630, size=1418655) +Word count: 28654 ms (s=141176630, size=1418655) -Contains: 2298 ms (s=97891799, size=1418655) +Contains: 2362 ms (s=97891799, size=1418655) -Total: 34772 ms +Total: 31017 ms gtl::parallel_flat_hash_map: -Word count: 7245 ms (s=141176630, size=1418655) +Word count: 6716 ms (s=141176630, size=1418655) -Contains: 2810 ms (s=97891799, size=1418655) +Contains: 2982 ms (s=97891799, size=1418655) -Total: 10056 ms +Total: 9698 ms --- - boost::unordered_flat_map, single threaded: 8539 ms - boost::unordered_flat_map, single threaded, shared_mutex: 12647 ms - boost::unordered_flat_map, single threaded, rw_spinlock: 9475 ms - concurrent_foa, single threaded: 13102 ms - concurrent_foa, tbb::spin_rw_mutex, single threaded: 13215 ms - concurrent_foa, std::shared_mutex, single threaded: 15116 ms - tbb::concurrent_hash_map, single threaded: 22811 ms - boost::unordered_flat_map, sharded_prehashed: 6801 ms -boost::unordered_flat_map, sharded_prehashed: 14218 ms - boost::unordered_flat_map, sharded_prehashed: 7057 ms - boost::unordered_flat_map, sharded isolated, prehashed: 7909 ms - concurrent foa: 4628 ms - concurrent foa, tbb::spin_rw_mutex: 4569 ms - concurrent foa, std::shared_mutex: 4791 ms - libcuckoo::cuckoohash_map: 23345 ms - tbb::concurrent_hash_map: 7507 ms - gtl::parallel_flat_hash_map: 6731 ms - gtl::parallel_flat_hash_map: 34772 ms - gtl::parallel_flat_hash_map: 10056 ms + boost::unordered_flat_map, single threaded: 8517 ms + boost::unordered_flat_map, single threaded, shared_mutex: 12632 ms + boost::unordered_flat_map, single threaded, rw_spinlock: 9468 ms + concurrent_foa, single threaded: 13087 ms + concurrent_foa, tbb::spin_rw_mutex, single threaded: 13198 ms + concurrent_foa, std::shared_mutex, single threaded: 15098 ms + tbb::concurrent_hash_map, single threaded: 22768 ms + boost::unordered_flat_map, sharded_prehashed: 6773 ms +boost::unordered_flat_map, sharded_prehashed: 17610 ms + boost::unordered_flat_map, sharded_prehashed: 7344 ms + boost::unordered_flat_map, sharded isolated, prehashed: 7730 ms + concurrent foa: 4525 ms + concurrent foa, tbb::spin_rw_mutex: 4485 ms + concurrent foa, std::shared_mutex: 4816 ms + libcuckoo::cuckoohash_map: 23663 ms + tbb::concurrent_hash_map: 7516 ms + gtl::parallel_flat_hash_map: 7202 ms + gtl::parallel_flat_hash_map: 31017 ms + gtl::parallel_flat_hash_map: 9698 ms