From 809506be692fadc71bd9a0b4bc756ba5819c00ea Mon Sep 17 00:00:00 2001 From: joaquintides Date: Sat, 18 Mar 2023 14:41:29 -0400 Subject: [PATCH] updated benchmark results --- clang-x86/main.cpp.txt | 151 ++++++++++++----------------------------- 1 file changed, 43 insertions(+), 108 deletions(-) diff --git a/clang-x86/main.cpp.txt b/clang-x86/main.cpp.txt index 98a4e7d3..4e696b47 100644 --- a/clang-x86/main.cpp.txt +++ b/clang-x86/main.cpp.txt @@ -1,186 +1,121 @@ -cset: --> last message, executed args into cpuset "/user", new pid is: 1603347 -enwik8: 14480868 words, 6878 ms +cset: --> last message, executed args into cpuset "/user", new pid is: 1636099 +enwik8: 14480868 words, 6900 ms boost::unordered_flat_map, single threaded: -Word count: 669 ms (s=14480868, size=354032) +Word count: 667 ms (s=14480868, size=354032) -Contains: 461 ms (s=7961072, size=354032) +Contains: 463 ms (s=7961072, size=354032) -Total: 1130 ms +Total: 1131 ms boost::unordered_flat_map, single threaded, shared_mutex: -Word count: 905 ms (s=14480868, size=354032) +Word count: 908 ms (s=14480868, size=354032) -Contains: 649 ms (s=7961072, size=354032) +Contains: 653 ms (s=7961072, size=354032) -Total: 1555 ms +Total: 1562 ms boost::unordered_flat_map, single threaded, rw_spinlock: -Word count: 714 ms (s=14480868, size=354032) +Word count: 711 ms (s=14480868, size=354032) Contains: 515 ms (s=7961072, size=354032) -Total: 1230 ms +Total: 1226 ms cfoa, single threaded: -Word count: 903 ms (s=14480868, size=354032) +Word count: 905 ms (s=14480868, size=354032) Contains: 570 ms (s=7961072, size=354032) -Total: 1474 ms +Total: 1475 ms cfoa, tbb::spin_rw_mutex, single threaded: -Word count: 897 ms (s=14480868, size=354032) +Word count: 898 ms (s=14480868, size=354032) -Contains: 588 ms (s=7961072, size=354032) +Contains: 586 ms (s=7961072, size=354032) Total: 1485 ms cfoa, std::shared_mutex, single threaded: -Word count: 1050 ms (s=14480868, size=354032) +Word count: 1053 ms (s=14480868, size=354032) -Contains: 738 ms (s=7961072, size=354032) +Contains: 743 ms (s=7961072, size=354032) -Total: 1788 ms +Total: 1796 ms foa::concurrent_table, single threaded: -Word count: 896 ms (s=14480868, size=354032) +Word count: 892 ms (s=14480868, size=354032) -Contains: 568 ms (s=7961072, size=354032) +Contains: 565 ms (s=7961072, size=354032) -Total: 1465 ms +Total: 1458 ms tbb::concurrent_hash_map, single threaded: -Word count: 1541 ms (s=14480868, size=354032) +Word count: 1530 ms (s=14480868, size=354032) -Contains: 841 ms (s=7961072, size=354032) +Contains: 839 ms (s=7961072, size=354032) -Total: 2383 ms +Total: 2369 ms boost::unordered_flat_map, sharded_prehashed: -Word count: 462 ms (s=14480868, size=354032) +Word count: 474 ms (s=14480868, size=354032) -Contains: 288 ms (s=7961072, size=354032) +Contains: 271 ms (s=7961072, size=354032) -Total: 751 ms +Total: 746 ms boost::unordered_flat_map, sharded_prehashed: -Word count: 890 ms (s=14480868, size=354032) +Word count: 811 ms (s=14480868, size=354032) -Contains: 264 ms (s=7961072, size=354032) +Contains: 269 ms (s=7961072, size=354032) -Total: 1155 ms +Total: 1080 ms boost::unordered_flat_map, sharded_prehashed: -Word count: 521 ms (s=14480868, size=354032) +Word count: 439 ms (s=14480868, size=354032) -Contains: 191 ms (s=7961072, size=354032) +Contains: 182 ms (s=7961072, size=354032) -Total: 712 ms +Total: 621 ms boost::unordered_flat_map, sharded isolated, prehashed: -Word count: 387 ms (s=14480868, size=354032) +Word count: 407 ms (s=14480868, size=354032) -Contains: 365 ms (s=7961072, size=354032) +Contains: 388 ms (s=7961072, size=354032) -Total: 753 ms +Total: 796 ms cfoa: -Word count: 681 ms (s=14480868, size=354032) +Word count: 666 ms (s=14480868, size=354032) -Contains: 198 ms (s=7961072, size=354032) +Contains: 193 ms (s=7961072, size=354032) -Total: 879 ms +Total: 860 ms cfoa, tbb::spin_rw_mutex: -Word count: 723 ms (s=14480868, size=354032) +Word count: 545 ms (s=14480868, size=354032) -Contains: 209 ms (s=7961072, size=354032) +Contains: 186 ms (s=7961072, size=354032) -Total: 932 ms +Total: 731 ms cfoa, std::shared_mutex: -Word count: 569 ms (s=14480868, size=354032) +Word count: 576 ms (s=14480868, size=354032) -Contains: 207 ms (s=7961072, size=354032) +Contains: 208 ms (s=7961072, size=354032) -Total: 776 ms - -foa::concurrent_table: - -Word count: 578 ms (s=14480868, size=354031) - -Contains: 181 ms (s=7961072, size=354031) - -Total: 760 ms - -tbb::concurrent_hash_map: - -Word count: 654 ms (s=14480868, size=354032) - -Contains: 231 ms (s=7961072, size=354032) - -Total: 886 ms - -gtl::parallel_flat_hash_map: - -Word count: 656 ms (s=14480868, size=354032) - -Contains: 371 ms (s=7961072, size=354032) - -Total: 1027 ms - -gtl::parallel_flat_hash_map: - -Word count: 805 ms (s=14480868, size=354032) - -Contains: 307 ms (s=7961072, size=354032) - -Total: 1113 ms - -gtl::parallel_flat_hash_map: - -Word count: 670 ms (s=14480868, size=354032) - -Contains: 408 ms (s=7961072, size=354032) - -Total: 1078 ms - ---- - -Number of threads: 16 - boost::unordered_flat_map, single threaded: 1130 ms - boost::unordered_flat_map, single threaded, shared_mutex: 1555 ms - boost::unordered_flat_map, single threaded, rw_spinlock: 1230 ms - cfoa, single threaded: 1474 ms - cfoa, tbb::spin_rw_mutex, single threaded: 1485 ms - cfoa, std::shared_mutex, single threaded: 1788 ms - foa::concurrent_table, single threaded: 1465 ms - tbb::concurrent_hash_map, single threaded: 2383 ms - boost::unordered_flat_map, sharded_prehashed: 751 ms -boost::unordered_flat_map, sharded_prehashed: 1155 ms - boost::unordered_flat_map, sharded_prehashed: 712 ms - boost::unordered_flat_map, sharded isolated, prehashed: 753 ms - cfoa: 879 ms - cfoa, tbb::spin_rw_mutex: 932 ms - cfoa, std::shared_mutex: 776 ms - foa::concurrent_table: 760 ms - tbb::concurrent_hash_map: 886 ms - gtl::parallel_flat_hash_map: 1027 ms - gtl::parallel_flat_hash_map: 1113 ms - gtl::parallel_flat_hash_map: 1078 ms