diff --git a/gcc-x64/main.cpp.txt b/gcc-x64/main.cpp.txt index 774b2e0f..aa907d1d 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: 3956643 -enwik9: 141176630 words, 57718 ms +cset: --> last message, executed args into cpuset "/user", new pid is: 4009089 +enwik9: 141176630 words, 57895 ms boost::unordered_flat_map, single threaded: -Word count: 5248 ms (s=141176630, size=1418655) +Word count: 4920 ms (s=141176630, size=1418655) -Contains: 3676 ms (s=97891799, size=1418655) +Contains: 3609 ms (s=97891799, size=1418655) -Total: 8924 ms +Total: 8530 ms boost::unordered_flat_map, single threaded, shared_mutex: -Word count: 7595 ms (s=141176630, size=1418655) +Word count: 7375 ms (s=141176630, size=1418655) -Contains: 5238 ms (s=97891799, size=1418655) +Contains: 5206 ms (s=97891799, size=1418655) -Total: 12834 ms +Total: 12581 ms boost::unordered_flat_map, single threaded, rw_spinlock: -Word count: 5666 ms (s=141176630, size=1418655) +Word count: 5485 ms (s=141176630, size=1418655) -Contains: 4067 ms (s=97891799, size=1418655) +Contains: 4017 ms (s=97891799, size=1418655) -Total: 9734 ms +Total: 9503 ms concurrent_foa, single threaded: -Word count: 8092 ms (s=141176630, size=1418655) +Word count: 8247 ms (s=141176630, size=1418655) -Contains: 4991 ms (s=97891799, size=1418655) +Contains: 5252 ms (s=97891799, size=1418655) -Total: 13084 ms +Total: 13499 ms concurrent_foa, tbb::spin_rw_mutex, single threaded: -Word count: 8116 ms (s=141176630, size=1418655) +Word count: 8288 ms (s=141176630, size=1418655) -Contains: 5166 ms (s=97891799, size=1418655) +Contains: 5417 ms (s=97891799, size=1418655) -Total: 13282 ms +Total: 13706 ms concurrent_foa, std::shared_mutex, single threaded: -Word count: 9002 ms (s=141176630, size=1418655) +Word count: 11018 ms (s=141176630, size=1418655) -Contains: 6111 ms (s=97891799, size=1418655) +Contains: 6293 ms (s=97891799, size=1418655) -Total: 15113 ms +Total: 17312 ms tbb::concurrent_hash_map, single threaded: -Word count: 14866 ms (s=141176630, size=1418655) +Word count: 14426 ms (s=141176630, size=1418655) -Contains: 8577 ms (s=97891799, size=1418655) +Contains: 8330 ms (s=97891799, size=1418655) -Total: 23444 ms +Total: 22757 ms boost::unordered_flat_map, sharded_prehashed: -Word count: 4348 ms (s=141176630, size=1418655) +Word count: 4299 ms (s=141176630, size=1418655) -Contains: 2378 ms (s=97891799, size=1418655) +Contains: 2499 ms (s=97891799, size=1418655) -Total: 6726 ms +Total: 6798 ms boost::unordered_flat_map, sharded_prehashed: -Word count: 13170 ms (s=141176630, size=1418655) +Word count: 9682 ms (s=141176630, size=1418655) -Contains: 2153 ms (s=97891799, size=1418655) +Contains: 2129 ms (s=97891799, size=1418655) -Total: 15324 ms +Total: 11812 ms boost::unordered_flat_map, sharded_prehashed: -Word count: 4626 ms (s=141176630, size=1418655) +Word count: 5083 ms (s=141176630, size=1418655) -Contains: 1737 ms (s=97891799, size=1418655) +Contains: 1782 ms (s=97891799, size=1418655) -Total: 6364 ms +Total: 6865 ms boost::unordered_flat_map, sharded isolated, prehashed: -Word count: 3971 ms (s=141176630, size=1418655) +Word count: 4133 ms (s=141176630, size=1418655) -Contains: 3553 ms (s=97891799, size=1418655) +Contains: 3560 ms (s=97891799, size=1418655) -Total: 7525 ms +Total: 7693 ms concurrent foa: -Word count: 3077 ms (s=141176630, size=1418655) +Word count: 3206 ms (s=141176630, size=1418655) -Contains: 1603 ms (s=97891799, size=1418655) +Contains: 1684 ms (s=97891799, size=1418655) -Total: 4681 ms +Total: 4891 ms concurrent foa, tbb::spin_rw_mutex: -Word count: 3031 ms (s=141176630, size=1418655) +Word count: 3105 ms (s=141176630, size=1418655) -Contains: 1622 ms (s=97891799, size=1418655) +Contains: 1677 ms (s=97891799, size=1418655) -Total: 4653 ms +Total: 4782 ms concurrent foa, std::shared_mutex: -Word count: 3067 ms (s=141176630, size=1418655) +Word count: 3335 ms (s=141176630, size=1418655) -Contains: 1857 ms (s=97891799, size=1418655) +Contains: 1903 ms (s=97891799, size=1418655) -Total: 4924 ms +Total: 5239 ms tbb::concurrent_hash_map: -Word count: 5381 ms (s=141176630, size=1418655) +Word count: 5383 ms (s=141176630, size=1418655) -Contains: 2020 ms (s=97891799, size=1418655) +Contains: 1967 ms (s=97891799, size=1418655) -Total: 7402 ms +Total: 7351 ms gtl::parallel_flat_hash_map: -Word count: 4333 ms (s=141176630, size=1418655) +Word count: 4406 ms (s=141176630, size=1418655) -Contains: 2375 ms (s=97891799, size=1418655) +Contains: 2414 ms (s=97891799, size=1418655) -Total: 6708 ms +Total: 6820 ms gtl::parallel_flat_hash_map: -Word count: 35441 ms (s=141176630, size=1418655) +Word count: 26032 ms (s=141176630, size=1418655) -Contains: 2334 ms (s=97891799, size=1418655) +Contains: 2338 ms (s=97891799, size=1418655) -Total: 37775 ms +Total: 28370 ms gtl::parallel_flat_hash_map: -Word count: 6815 ms (s=141176630, size=1418655) +Word count: 6705 ms (s=141176630, size=1418655) -Contains: 3269 ms (s=97891799, size=1418655) +Contains: 3354 ms (s=97891799, size=1418655) -Total: 10084 ms +Total: 10060 ms --- Number of threads: 16 - 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 + boost::unordered_flat_map, single threaded: 8530 ms + boost::unordered_flat_map, single threaded, shared_mutex: 12581 ms + boost::unordered_flat_map, single threaded, rw_spinlock: 9503 ms + concurrent_foa, single threaded: 13499 ms + concurrent_foa, tbb::spin_rw_mutex, single threaded: 13706 ms + concurrent_foa, std::shared_mutex, single threaded: 17312 ms + tbb::concurrent_hash_map, single threaded: 22757 ms + boost::unordered_flat_map, sharded_prehashed: 6798 ms +boost::unordered_flat_map, sharded_prehashed: 11812 ms + boost::unordered_flat_map, sharded_prehashed: 6865 ms + boost::unordered_flat_map, sharded isolated, prehashed: 7693 ms + concurrent foa: 4891 ms + concurrent foa, tbb::spin_rw_mutex: 4782 ms + concurrent foa, std::shared_mutex: 5239 ms + tbb::concurrent_hash_map: 7351 ms + gtl::parallel_flat_hash_map: 6820 ms + gtl::parallel_flat_hash_map: 28370 ms + gtl::parallel_flat_hash_map: 10060 ms