diff --git a/clang-x64/main.cpp.txt b/clang-x64/main.cpp.txt index 20b6484f..bccd9466 100644 --- a/clang-x64/main.cpp.txt +++ b/clang-x64/main.cpp.txt @@ -1,186 +1,186 @@ -cset: --> last message, executed args into cpuset "/user", new pid is: 1758760 -enwik9: 141176630 words, 59425 ms +cset: --> last message, executed args into cpuset "/user", new pid is: 1926391 +enwik9: 141176630 words, 58897 ms boost::unordered_flat_map, single threaded: -Word count: 5444 ms (s=141176630, size=1418655) +Word count: 5128 ms (s=141176630, size=1418655) -Contains: 4071 ms (s=97891799, size=1418655) +Contains: 3945 ms (s=97891799, size=1418655) -Total: 9516 ms +Total: 9073 ms boost::unordered_flat_map, single threaded, shared_mutex: -Word count: 7593 ms (s=141176630, size=1418655) +Word count: 7372 ms (s=141176630, size=1418655) -Contains: 5427 ms (s=97891799, size=1418655) +Contains: 5449 ms (s=97891799, size=1418655) -Total: 13020 ms +Total: 12821 ms boost::unordered_flat_map, single threaded, rw_spinlock: -Word count: 6031 ms (s=141176630, size=1418655) +Word count: 5783 ms (s=141176630, size=1418655) -Contains: 4443 ms (s=97891799, size=1418655) +Contains: 4437 ms (s=97891799, size=1418655) -Total: 10475 ms +Total: 10221 ms cfoa, single threaded: -Word count: 7514 ms (s=141176630, size=1418655) +Word count: 7294 ms (s=141176630, size=1418655) -Contains: 5293 ms (s=97891799, size=1418655) +Contains: 5341 ms (s=97891799, size=1418655) -Total: 12808 ms +Total: 12636 ms cfoa, tbb::spin_rw_mutex, single threaded: -Word count: 7552 ms (s=141176630, size=1418655) +Word count: 7310 ms (s=141176630, size=1418655) -Contains: 5437 ms (s=97891799, size=1418655) +Contains: 5382 ms (s=97891799, size=1418655) -Total: 12990 ms +Total: 12693 ms cfoa, std::shared_mutex, single threaded: -Word count: 8601 ms (s=141176630, size=1418655) +Word count: 8356 ms (s=141176630, size=1418655) -Contains: 6329 ms (s=97891799, size=1418655) +Contains: 6263 ms (s=97891799, size=1418655) -Total: 14930 ms +Total: 14619 ms foa::concurrent_table, single threaded: -Word count: 7525 ms (s=141176630, size=1418655) +Word count: 7264 ms (s=141176630, size=1418655) -Contains: 5327 ms (s=97891799, size=1418655) +Contains: 5274 ms (s=97891799, size=1418655) -Total: 12852 ms +Total: 12539 ms tbb::concurrent_hash_map, single threaded: -Word count: 15200 ms (s=141176630, size=1418655) +Word count: 14668 ms (s=141176630, size=1418655) -Contains: 8613 ms (s=97891799, size=1418655) +Contains: 8345 ms (s=97891799, size=1418655) -Total: 23813 ms +Total: 23014 ms boost::unordered_flat_map, sharded_prehashed: -Word count: 3834 ms (s=141176630, size=1418655) +Word count: 3878 ms (s=141176630, size=1418655) -Contains: 2276 ms (s=97891799, size=1418655) +Contains: 2323 ms (s=97891799, size=1418655) -Total: 6110 ms +Total: 6201 ms boost::unordered_flat_map, sharded_prehashed: -Word count: 11926 ms (s=141176630, size=1418655) +Word count: 15255 ms (s=141176630, size=1418655) -Contains: 2225 ms (s=97891799, size=1418655) +Contains: 2166 ms (s=97891799, size=1418655) -Total: 14152 ms +Total: 17422 ms boost::unordered_flat_map, sharded_prehashed: -Word count: 5668 ms (s=141176630, size=1418655) +Word count: 5825 ms (s=141176630, size=1418655) -Contains: 1774 ms (s=97891799, size=1418655) +Contains: 1756 ms (s=97891799, size=1418655) -Total: 7443 ms +Total: 7582 ms boost::unordered_flat_map, sharded isolated, prehashed: -Word count: 3237 ms (s=141176630, size=1418655) +Word count: 3446 ms (s=141176630, size=1418655) -Contains: 2797 ms (s=97891799, size=1418655) +Contains: 2980 ms (s=97891799, size=1418655) -Total: 6034 ms +Total: 6427 ms cfoa: -Word count: 3242 ms (s=141176630, size=1418655) +Word count: 3348 ms (s=141176630, size=1418655) -Contains: 1671 ms (s=97891799, size=1418655) +Contains: 1649 ms (s=97891799, size=1418655) -Total: 4914 ms +Total: 4998 ms cfoa, tbb::spin_rw_mutex: -Word count: 3509 ms (s=141176630, size=1418655) +Word count: 3231 ms (s=141176630, size=1418655) -Contains: 1651 ms (s=97891799, size=1418655) +Contains: 1666 ms (s=97891799, size=1418655) -Total: 5161 ms +Total: 4897 ms cfoa, std::shared_mutex: -Word count: 3240 ms (s=141176630, size=1418655) +Word count: 3272 ms (s=141176630, size=1418655) -Contains: 1956 ms (s=97891799, size=1418655) +Contains: 1972 ms (s=97891799, size=1418655) -Total: 5197 ms +Total: 5244 ms foa::concurrent_table: -Word count: 3392 ms (s=141176630, size=1418655) +Word count: 3310 ms (s=141176630, size=1418655) -Contains: 1538 ms (s=97891799, size=1418655) +Contains: 1480 ms (s=97891799, size=1418655) -Total: 4931 ms +Total: 4791 ms tbb::concurrent_hash_map: -Word count: 5654 ms (s=141176630, size=1418655) +Word count: 5543 ms (s=141176630, size=1418655) -Contains: 1961 ms (s=97891799, size=1418655) +Contains: 2048 ms (s=97891799, size=1418655) -Total: 7616 ms +Total: 7591 ms gtl::parallel_flat_hash_map: -Word count: 5238 ms (s=141176630, size=1418655) +Word count: 5284 ms (s=141176630, size=1418655) -Contains: 2723 ms (s=97891799, size=1418655) +Contains: 2693 ms (s=97891799, size=1418655) -Total: 7962 ms +Total: 7978 ms gtl::parallel_flat_hash_map: -Word count: 12062 ms (s=141176630, size=1418655) +Word count: 15968 ms (s=141176630, size=1418655) -Contains: 2903 ms (s=97891799, size=1418655) +Contains: 2886 ms (s=97891799, size=1418655) -Total: 14965 ms +Total: 18854 ms gtl::parallel_flat_hash_map: -Word count: 8200 ms (s=141176630, size=1418655) +Word count: 7538 ms (s=141176630, size=1418655) -Contains: 3735 ms (s=97891799, size=1418655) +Contains: 4451 ms (s=97891799, size=1418655) -Total: 11935 ms +Total: 11989 ms --- Number of threads: 16 - boost::unordered_flat_map, single threaded: 9516 ms - boost::unordered_flat_map, single threaded, shared_mutex: 13020 ms - boost::unordered_flat_map, single threaded, rw_spinlock: 10475 ms - cfoa, single threaded: 12808 ms - cfoa, tbb::spin_rw_mutex, single threaded: 12990 ms - cfoa, std::shared_mutex, single threaded: 14930 ms - foa::concurrent_table, single threaded: 12852 ms - tbb::concurrent_hash_map, single threaded: 23813 ms - boost::unordered_flat_map, sharded_prehashed: 6110 ms -boost::unordered_flat_map, sharded_prehashed: 14152 ms - boost::unordered_flat_map, sharded_prehashed: 7443 ms - boost::unordered_flat_map, sharded isolated, prehashed: 6034 ms - cfoa: 4914 ms - cfoa, tbb::spin_rw_mutex: 5161 ms - cfoa, std::shared_mutex: 5197 ms - foa::concurrent_table: 4931 ms - tbb::concurrent_hash_map: 7616 ms - gtl::parallel_flat_hash_map: 7962 ms - gtl::parallel_flat_hash_map: 14965 ms - gtl::parallel_flat_hash_map: 11935 ms + boost::unordered_flat_map, single threaded: 9073 ms + boost::unordered_flat_map, single threaded, shared_mutex: 12821 ms + boost::unordered_flat_map, single threaded, rw_spinlock: 10221 ms + cfoa, single threaded: 12636 ms + cfoa, tbb::spin_rw_mutex, single threaded: 12693 ms + cfoa, std::shared_mutex, single threaded: 14619 ms + foa::concurrent_table, single threaded: 12539 ms + tbb::concurrent_hash_map, single threaded: 23014 ms + boost::unordered_flat_map, sharded_prehashed: 6201 ms +boost::unordered_flat_map, sharded_prehashed: 17422 ms + boost::unordered_flat_map, sharded_prehashed: 7582 ms + boost::unordered_flat_map, sharded isolated, prehashed: 6427 ms + cfoa: 4998 ms + cfoa, tbb::spin_rw_mutex: 4897 ms + cfoa, std::shared_mutex: 5244 ms + foa::concurrent_table: 4791 ms + tbb::concurrent_hash_map: 7591 ms + gtl::parallel_flat_hash_map: 7978 ms + gtl::parallel_flat_hash_map: 18854 ms + gtl::parallel_flat_hash_map: 11989 ms