diff --git a/gcc-x64/main.cpp.txt b/gcc-x64/main.cpp.txt index 4ed53bce..48d59dae 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: 918874 -enwik9: 141176630 words, 58326 ms +cset: --> last message, executed args into cpuset "/user", new pid is: 952553 +enwik9: 141176630 words, 59527 ms boost::unordered_flat_map, single threaded: -Word count: 5000 ms (s=141176630, size=1418655) +Word count: 5139 ms (s=141176630, size=1418655) -Contains: 3590 ms (s=97891799, size=1418655) +Contains: 3652 ms (s=97891799, size=1418655) -Total: 8591 ms +Total: 8791 ms boost::unordered_flat_map, single threaded, shared_mutex: -Word count: 7345 ms (s=141176630, size=1418655) +Word count: 7556 ms (s=141176630, size=1418655) -Contains: 5174 ms (s=97891799, size=1418655) +Contains: 5209 ms (s=97891799, size=1418655) -Total: 12519 ms +Total: 12765 ms boost::unordered_flat_map, single threaded, rw_spinlock: -Word count: 5435 ms (s=141176630, size=1418655) +Word count: 5649 ms (s=141176630, size=1418655) -Contains: 3975 ms (s=97891799, size=1418655) +Contains: 4044 ms (s=97891799, size=1418655) -Total: 9410 ms +Total: 9693 ms concurrent_foa, single threaded: -Word count: 8108 ms (s=141176630, size=1418655) +Word count: 8472 ms (s=141176630, size=1418655) -Contains: 4930 ms (s=97891799, size=1418655) +Contains: 5093 ms (s=97891799, size=1418655) -Total: 13038 ms +Total: 13566 ms concurrent_foa, tbb::spin_rw_mutex, single threaded: -Word count: 8019 ms (s=141176630, size=1418655) +Word count: 8392 ms (s=141176630, size=1418655) -Contains: 5091 ms (s=97891799, size=1418655) +Contains: 5220 ms (s=97891799, size=1418655) -Total: 13110 ms +Total: 13612 ms concurrent_foa, std::shared_mutex, single threaded: -Word count: 10371 ms (s=141176630, size=1418655) +Word count: 9211 ms (s=141176630, size=1418655) -Contains: 6060 ms (s=97891799, size=1418655) +Contains: 6244 ms (s=97891799, size=1418655) -Total: 16432 ms +Total: 15455 ms tbb::concurrent_hash_map, single threaded: -Word count: 14457 ms (s=141176630, size=1418655) +Word count: 14766 ms (s=141176630, size=1418655) -Contains: 8372 ms (s=97891799, size=1418655) +Contains: 8617 ms (s=97891799, size=1418655) -Total: 22829 ms +Total: 23383 ms boost::unordered_flat_map, sharded_prehashed: -Word count: 4270 ms (s=141176630, size=1418655) +Word count: 4312 ms (s=141176630, size=1418655) -Contains: 2416 ms (s=97891799, size=1418655) +Contains: 2438 ms (s=97891799, size=1418655) -Total: 6686 ms +Total: 6751 ms boost::unordered_flat_map, sharded_prehashed: -Word count: 8545 ms (s=141176630, size=1418655) +Word count: 11335 ms (s=141176630, size=1418655) -Contains: 2144 ms (s=97891799, size=1418655) +Contains: 2180 ms (s=97891799, size=1418655) -Total: 10690 ms +Total: 13515 ms boost::unordered_flat_map, sharded_prehashed: -Word count: 5170 ms (s=141176630, size=1418655) +Word count: 4961 ms (s=141176630, size=1418655) -Contains: 1788 ms (s=97891799, size=1418655) +Contains: 1764 ms (s=97891799, size=1418655) -Total: 6958 ms +Total: 6725 ms boost::unordered_flat_map, sharded isolated, prehashed: -Word count: 4130 ms (s=141176630, size=1418655) +Word count: 4102 ms (s=141176630, size=1418655) -Contains: 3597 ms (s=97891799, size=1418655) +Contains: 3608 ms (s=97891799, size=1418655) -Total: 7728 ms +Total: 7710 ms concurrent foa: -Word count: 3086 ms (s=141176630, size=1418655) +Word count: 3011 ms (s=141176630, size=1418655) -Contains: 1648 ms (s=97891799, size=1418655) +Contains: 1416 ms (s=97891799, size=1418655) -Total: 4735 ms +Total: 4428 ms concurrent foa, tbb::spin_rw_mutex: -Word count: 3318 ms (s=141176630, size=1418655) +Word count: 3281 ms (s=141176630, size=1418655) -Contains: 1626 ms (s=97891799, size=1418655) +Contains: 1532 ms (s=97891799, size=1418655) -Total: 4944 ms +Total: 4813 ms concurrent foa, std::shared_mutex: -Word count: 3141 ms (s=141176630, size=1418655) +Word count: 3068 ms (s=141176630, size=1418655) -Contains: 1816 ms (s=97891799, size=1418655) +Contains: 1778 ms (s=97891799, size=1418655) -Total: 4957 ms +Total: 4846 ms tbb::concurrent_hash_map: -Word count: 5382 ms (s=141176630, size=1418655) +Word count: 5495 ms (s=141176630, size=1418655) -Contains: 1988 ms (s=97891799, size=1418655) +Contains: 2040 ms (s=97891799, size=1418655) -Total: 7370 ms +Total: 7535 ms gtl::parallel_flat_hash_map: -Word count: 4448 ms (s=141176630, size=1418655) +Word count: 4314 ms (s=141176630, size=1418655) -Contains: 2344 ms (s=97891799, size=1418655) +Contains: 2364 ms (s=97891799, size=1418655) -Total: 6793 ms +Total: 6678 ms gtl::parallel_flat_hash_map: -Word count: 23622 ms (s=141176630, size=1418655) +Word count: 20899 ms (s=141176630, size=1418655) -Contains: 2338 ms (s=97891799, size=1418655) +Contains: 2381 ms (s=97891799, size=1418655) -Total: 25961 ms +Total: 23280 ms gtl::parallel_flat_hash_map: -Word count: 6888 ms (s=141176630, size=1418655) +Word count: 7601 ms (s=141176630, size=1418655) -Contains: 3071 ms (s=97891799, size=1418655) +Contains: 3328 ms (s=97891799, size=1418655) -Total: 9960 ms +Total: 10930 ms --- Number of threads: 16 - boost::unordered_flat_map, single threaded: 8591 ms - boost::unordered_flat_map, single threaded, shared_mutex: 12519 ms - boost::unordered_flat_map, single threaded, rw_spinlock: 9410 ms - concurrent_foa, single threaded: 13038 ms - concurrent_foa, tbb::spin_rw_mutex, single threaded: 13110 ms - concurrent_foa, std::shared_mutex, single threaded: 16432 ms - tbb::concurrent_hash_map, single threaded: 22829 ms - boost::unordered_flat_map, sharded_prehashed: 6686 ms -boost::unordered_flat_map, sharded_prehashed: 10690 ms - boost::unordered_flat_map, sharded_prehashed: 6958 ms - boost::unordered_flat_map, sharded isolated, prehashed: 7728 ms - concurrent foa: 4735 ms - concurrent foa, tbb::spin_rw_mutex: 4944 ms - concurrent foa, std::shared_mutex: 4957 ms - tbb::concurrent_hash_map: 7370 ms - gtl::parallel_flat_hash_map: 6793 ms - gtl::parallel_flat_hash_map: 25961 ms - gtl::parallel_flat_hash_map: 9960 ms + boost::unordered_flat_map, single threaded: 8791 ms + boost::unordered_flat_map, single threaded, shared_mutex: 12765 ms + boost::unordered_flat_map, single threaded, rw_spinlock: 9693 ms + concurrent_foa, single threaded: 13566 ms + concurrent_foa, tbb::spin_rw_mutex, single threaded: 13612 ms + concurrent_foa, std::shared_mutex, single threaded: 15455 ms + tbb::concurrent_hash_map, single threaded: 23383 ms + boost::unordered_flat_map, sharded_prehashed: 6751 ms +boost::unordered_flat_map, sharded_prehashed: 13515 ms + boost::unordered_flat_map, sharded_prehashed: 6725 ms + boost::unordered_flat_map, sharded isolated, prehashed: 7710 ms + concurrent foa: 4428 ms + concurrent foa, tbb::spin_rw_mutex: 4813 ms + concurrent foa, std::shared_mutex: 4846 ms + tbb::concurrent_hash_map: 7535 ms + gtl::parallel_flat_hash_map: 6678 ms + gtl::parallel_flat_hash_map: 23280 ms + gtl::parallel_flat_hash_map: 10930 ms