diff --git a/gcc-x64/main.cpp.txt b/gcc-x64/main.cpp.txt index 645b6563..774b2e0f 100644 --- a/gcc-x64/main.cpp.txt +++ b/gcc-x64/main.cpp.txt @@ -1,168 +1,168 @@ -cset: --> last message, executed args into cpuset "/user", new pid is: 3917227 -enwik9: 141176630 words, 57980 ms +cset: --> last message, executed args into cpuset "/user", new pid is: 3956643 +enwik9: 141176630 words, 57718 ms boost::unordered_flat_map, single threaded: -Word count: 4963 ms (s=141176630, size=1418655) +Word count: 5248 ms (s=141176630, size=1418655) -Contains: 3601 ms (s=97891799, size=1418655) +Contains: 3676 ms (s=97891799, size=1418655) -Total: 8565 ms +Total: 8924 ms boost::unordered_flat_map, single threaded, shared_mutex: -Word count: 7380 ms (s=141176630, size=1418655) +Word count: 7595 ms (s=141176630, size=1418655) -Contains: 5201 ms (s=97891799, size=1418655) +Contains: 5238 ms (s=97891799, size=1418655) -Total: 12581 ms +Total: 12834 ms boost::unordered_flat_map, single threaded, rw_spinlock: -Word count: 5433 ms (s=141176630, size=1418655) +Word count: 5666 ms (s=141176630, size=1418655) -Contains: 4005 ms (s=97891799, size=1418655) +Contains: 4067 ms (s=97891799, size=1418655) -Total: 9438 ms +Total: 9734 ms concurrent_foa, single threaded: -Word count: 7863 ms (s=141176630, size=1418655) +Word count: 8092 ms (s=141176630, size=1418655) -Contains: 4929 ms (s=97891799, size=1418655) +Contains: 4991 ms (s=97891799, size=1418655) -Total: 12793 ms +Total: 13084 ms concurrent_foa, tbb::spin_rw_mutex, single threaded: -Word count: 7885 ms (s=141176630, size=1418655) +Word count: 8116 ms (s=141176630, size=1418655) -Contains: 5097 ms (s=97891799, size=1418655) +Contains: 5166 ms (s=97891799, size=1418655) -Total: 12982 ms +Total: 13282 ms concurrent_foa, std::shared_mutex, single threaded: -Word count: 8779 ms (s=141176630, size=1418655) +Word count: 9002 ms (s=141176630, size=1418655) -Contains: 6063 ms (s=97891799, size=1418655) +Contains: 6111 ms (s=97891799, size=1418655) -Total: 14842 ms +Total: 15113 ms tbb::concurrent_hash_map, single threaded: -Word count: 14390 ms (s=141176630, size=1418655) +Word count: 14866 ms (s=141176630, size=1418655) -Contains: 8355 ms (s=97891799, size=1418655) +Contains: 8577 ms (s=97891799, size=1418655) -Total: 22746 ms +Total: 23444 ms boost::unordered_flat_map, sharded_prehashed: -Word count: 4354 ms (s=141176630, size=1418655) +Word count: 4348 ms (s=141176630, size=1418655) -Contains: 2479 ms (s=97891799, size=1418655) +Contains: 2378 ms (s=97891799, size=1418655) -Total: 6834 ms +Total: 6726 ms boost::unordered_flat_map, sharded_prehashed: -Word count: 14971 ms (s=141176630, size=1418655) +Word count: 13170 ms (s=141176630, size=1418655) -Contains: 2158 ms (s=97891799, size=1418655) +Contains: 2153 ms (s=97891799, size=1418655) -Total: 17129 ms +Total: 15324 ms boost::unordered_flat_map, sharded_prehashed: -Word count: 5111 ms (s=141176630, size=1418655) +Word count: 4626 ms (s=141176630, size=1418655) -Contains: 1778 ms (s=97891799, size=1418655) +Contains: 1737 ms (s=97891799, size=1418655) -Total: 6890 ms +Total: 6364 ms boost::unordered_flat_map, sharded isolated, prehashed: -Word count: 3921 ms (s=141176630, size=1418655) +Word count: 3971 ms (s=141176630, size=1418655) -Contains: 3437 ms (s=97891799, size=1418655) +Contains: 3553 ms (s=97891799, size=1418655) -Total: 7358 ms +Total: 7525 ms concurrent foa: -Word count: 3122 ms (s=141176630, size=1418655) +Word count: 3077 ms (s=141176630, size=1418655) -Contains: 1609 ms (s=97891799, size=1418655) +Contains: 1603 ms (s=97891799, size=1418655) -Total: 4732 ms +Total: 4681 ms concurrent foa, tbb::spin_rw_mutex: -Word count: 3140 ms (s=141176630, size=1418655) +Word count: 3031 ms (s=141176630, size=1418655) -Contains: 1639 ms (s=97891799, size=1418655) +Contains: 1622 ms (s=97891799, size=1418655) -Total: 4780 ms +Total: 4653 ms concurrent foa, std::shared_mutex: -Word count: 3074 ms (s=141176630, size=1418655) +Word count: 3067 ms (s=141176630, size=1418655) -Contains: 1801 ms (s=97891799, size=1418655) +Contains: 1857 ms (s=97891799, size=1418655) -Total: 4876 ms +Total: 4924 ms tbb::concurrent_hash_map: -Word count: 5448 ms (s=141176630, size=1418655) +Word count: 5381 ms (s=141176630, size=1418655) -Contains: 2014 ms (s=97891799, size=1418655) +Contains: 2020 ms (s=97891799, size=1418655) -Total: 7462 ms +Total: 7402 ms gtl::parallel_flat_hash_map: -Word count: 4397 ms (s=141176630, size=1418655) +Word count: 4333 ms (s=141176630, size=1418655) -Contains: 2308 ms (s=97891799, size=1418655) +Contains: 2375 ms (s=97891799, size=1418655) -Total: 6706 ms +Total: 6708 ms gtl::parallel_flat_hash_map: -Word count: 21545 ms (s=141176630, size=1418655) +Word count: 35441 ms (s=141176630, size=1418655) -Contains: 2275 ms (s=97891799, size=1418655) +Contains: 2334 ms (s=97891799, size=1418655) -Total: 23821 ms +Total: 37775 ms gtl::parallel_flat_hash_map: -Word count: 6371 ms (s=141176630, size=1418655) +Word count: 6815 ms (s=141176630, size=1418655) -Contains: 2990 ms (s=97891799, size=1418655) +Contains: 3269 ms (s=97891799, size=1418655) -Total: 9362 ms +Total: 10084 ms --- Number of threads: 16 - boost::unordered_flat_map, single threaded: 8565 ms - boost::unordered_flat_map, single threaded, shared_mutex: 12581 ms - boost::unordered_flat_map, single threaded, rw_spinlock: 9438 ms - concurrent_foa, single threaded: 12793 ms - concurrent_foa, tbb::spin_rw_mutex, single threaded: 12982 ms - concurrent_foa, std::shared_mutex, single threaded: 14842 ms - tbb::concurrent_hash_map, single threaded: 22746 ms - boost::unordered_flat_map, sharded_prehashed: 6834 ms -boost::unordered_flat_map, sharded_prehashed: 17129 ms - boost::unordered_flat_map, sharded_prehashed: 6890 ms - boost::unordered_flat_map, sharded isolated, prehashed: 7358 ms - concurrent foa: 4732 ms - concurrent foa, tbb::spin_rw_mutex: 4780 ms - concurrent foa, std::shared_mutex: 4876 ms - tbb::concurrent_hash_map: 7462 ms - gtl::parallel_flat_hash_map: 6706 ms - gtl::parallel_flat_hash_map: 23821 ms - gtl::parallel_flat_hash_map: 9362 ms + boost::unordered_flat_map, single threaded: 8924 ms + boost::unordered_flat_map, single threaded, shared_mutex: 12834 ms + boost::unordered_flat_map, single threaded, rw_spinlock: 9734 ms + concurrent_foa, single threaded: 13084 ms + concurrent_foa, tbb::spin_rw_mutex, single threaded: 13282 ms + concurrent_foa, std::shared_mutex, single threaded: 15113 ms + tbb::concurrent_hash_map, single threaded: 23444 ms + boost::unordered_flat_map, sharded_prehashed: 6726 ms +boost::unordered_flat_map, sharded_prehashed: 15324 ms + boost::unordered_flat_map, sharded_prehashed: 6364 ms + boost::unordered_flat_map, sharded isolated, prehashed: 7525 ms + concurrent foa: 4681 ms + concurrent foa, tbb::spin_rw_mutex: 4653 ms + concurrent foa, std::shared_mutex: 4924 ms + tbb::concurrent_hash_map: 7402 ms + gtl::parallel_flat_hash_map: 6708 ms + gtl::parallel_flat_hash_map: 37775 ms + gtl::parallel_flat_hash_map: 10084 ms