mirror of
https://github.com/boostorg/boost_unordered_benchmarks.git
synced 2026-02-20 14:42:13 +00:00
updated benchmark results
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
cset: --> last message, executed args into cpuset "/user", new pid is: 2505946
|
||||
enwik8: 14480868 words, 6864 ms
|
||||
cset: --> last message, executed args into cpuset "/user", new pid is: 2562850
|
||||
enwik8: 14480868 words, 6868 ms
|
||||
|
||||
boost::unordered_flat_map, single threaded:
|
||||
|
||||
@@ -7,15 +7,15 @@ Word count: 667 ms (s=14480868, size=354032)
|
||||
|
||||
Contains: 467 ms (s=7961072, size=354032)
|
||||
|
||||
Total: 1134 ms
|
||||
Total: 1135 ms
|
||||
|
||||
boost::unordered_flat_map, single threaded, shared_mutex:
|
||||
|
||||
Word count: 906 ms (s=14480868, size=354032)
|
||||
Word count: 905 ms (s=14480868, size=354032)
|
||||
|
||||
Contains: 688 ms (s=7961072, size=354032)
|
||||
|
||||
Total: 1595 ms
|
||||
Total: 1594 ms
|
||||
|
||||
boost::unordered_flat_map, single threaded, rw_spinlock:
|
||||
|
||||
@@ -31,156 +31,156 @@ Word count: 907 ms (s=14480868, size=354032)
|
||||
|
||||
Contains: 572 ms (s=7961072, size=354032)
|
||||
|
||||
Total: 1480 ms
|
||||
Total: 1479 ms
|
||||
|
||||
cfoa, tbb::spin_rw_mutex, single threaded:
|
||||
|
||||
Word count: 897 ms (s=14480868, size=354032)
|
||||
|
||||
Contains: 584 ms (s=7961072, size=354032)
|
||||
Contains: 585 ms (s=7961072, size=354032)
|
||||
|
||||
Total: 1481 ms
|
||||
Total: 1482 ms
|
||||
|
||||
cfoa, std::shared_mutex, single threaded:
|
||||
|
||||
Word count: 1052 ms (s=14480868, size=354032)
|
||||
|
||||
Contains: 743 ms (s=7961072, size=354032)
|
||||
Contains: 744 ms (s=7961072, size=354032)
|
||||
|
||||
Total: 1796 ms
|
||||
|
||||
foa::concurrent_table, single threaded:
|
||||
|
||||
Word count: 907 ms (s=14480868, size=354032)
|
||||
Word count: 858 ms (s=14480868, size=354032)
|
||||
|
||||
Contains: 572 ms (s=7961072, size=354032)
|
||||
Contains: 573 ms (s=7961072, size=354032)
|
||||
|
||||
Total: 1480 ms
|
||||
Total: 1432 ms
|
||||
|
||||
tbb::concurrent_hash_map, single threaded:
|
||||
|
||||
Word count: 1533 ms (s=14480868, size=354032)
|
||||
Word count: 1531 ms (s=14480868, size=354032)
|
||||
|
||||
Contains: 859 ms (s=7961072, size=354032)
|
||||
Contains: 854 ms (s=7961072, size=354032)
|
||||
|
||||
Total: 2393 ms
|
||||
Total: 2385 ms
|
||||
|
||||
boost::unordered_flat_map, sharded_prehashed<mutex>:
|
||||
|
||||
Word count: 482 ms (s=14480868, size=354032)
|
||||
Word count: 495 ms (s=14480868, size=354032)
|
||||
|
||||
Contains: 282 ms (s=7961072, size=354032)
|
||||
Contains: 279 ms (s=7961072, size=354032)
|
||||
|
||||
Total: 765 ms
|
||||
Total: 775 ms
|
||||
|
||||
boost::unordered_flat_map, sharded_prehashed<shared_mutex>:
|
||||
|
||||
Word count: 972 ms (s=14480868, size=354032)
|
||||
Word count: 2093 ms (s=14480868, size=354032)
|
||||
|
||||
Contains: 266 ms (s=7961072, size=354032)
|
||||
Contains: 273 ms (s=7961072, size=354032)
|
||||
|
||||
Total: 1239 ms
|
||||
Total: 2366 ms
|
||||
|
||||
boost::unordered_flat_map, sharded_prehashed<rw_spinlock>:
|
||||
|
||||
Word count: 400 ms (s=14480868, size=354032)
|
||||
Word count: 439 ms (s=14480868, size=354032)
|
||||
|
||||
Contains: 200 ms (s=7961072, size=354032)
|
||||
Contains: 181 ms (s=7961072, size=354032)
|
||||
|
||||
Total: 601 ms
|
||||
Total: 620 ms
|
||||
|
||||
boost::unordered_flat_map, sharded isolated, prehashed:
|
||||
|
||||
Word count: 405 ms (s=14480868, size=354032)
|
||||
Word count: 402 ms (s=14480868, size=354032)
|
||||
|
||||
Contains: 360 ms (s=7961072, size=354032)
|
||||
Contains: 372 ms (s=7961072, size=354032)
|
||||
|
||||
Total: 766 ms
|
||||
Total: 775 ms
|
||||
|
||||
cfoa:
|
||||
|
||||
Word count: 586 ms (s=14480868, size=354032)
|
||||
Word count: 576 ms (s=14480868, size=354032)
|
||||
|
||||
Contains: 193 ms (s=7961072, size=354032)
|
||||
Contains: 185 ms (s=7961072, size=354032)
|
||||
|
||||
Total: 779 ms
|
||||
Total: 762 ms
|
||||
|
||||
cfoa, tbb::spin_rw_mutex:
|
||||
|
||||
Word count: 617 ms (s=14480868, size=354032)
|
||||
Word count: 577 ms (s=14480868, size=354032)
|
||||
|
||||
Contains: 192 ms (s=7961072, size=354032)
|
||||
|
||||
Total: 809 ms
|
||||
Total: 770 ms
|
||||
|
||||
cfoa, std::shared_mutex:
|
||||
|
||||
Word count: 558 ms (s=14480868, size=354032)
|
||||
Word count: 601 ms (s=14480868, size=354032)
|
||||
|
||||
Contains: 223 ms (s=7961072, size=354032)
|
||||
Contains: 209 ms (s=7961072, size=354032)
|
||||
|
||||
Total: 781 ms
|
||||
Total: 810 ms
|
||||
|
||||
foa::concurrent_table:
|
||||
|
||||
Word count: 643 ms (s=14480868, size=354032)
|
||||
Word count: 748 ms (s=14480868, size=354032)
|
||||
|
||||
Contains: 178 ms (s=7961072, size=354032)
|
||||
Contains: 172 ms (s=7961072, size=354032)
|
||||
|
||||
Total: 822 ms
|
||||
Total: 920 ms
|
||||
|
||||
tbb::concurrent_hash_map:
|
||||
|
||||
Word count: 649 ms (s=14480868, size=354032)
|
||||
Word count: 644 ms (s=14480868, size=354032)
|
||||
|
||||
Contains: 251 ms (s=7961072, size=354032)
|
||||
Contains: 233 ms (s=7961072, size=354032)
|
||||
|
||||
Total: 900 ms
|
||||
Total: 878 ms
|
||||
|
||||
gtl::parallel_flat_hash_map<std::mutex>:
|
||||
|
||||
Word count: 653 ms (s=14480868, size=354032)
|
||||
Word count: 640 ms (s=14480868, size=354032)
|
||||
|
||||
Contains: 366 ms (s=7961072, size=354032)
|
||||
Contains: 374 ms (s=7961072, size=354032)
|
||||
|
||||
Total: 1019 ms
|
||||
Total: 1014 ms
|
||||
|
||||
gtl::parallel_flat_hash_map<std::shared_mutex>:
|
||||
|
||||
Word count: 1276 ms (s=14480868, size=354032)
|
||||
Word count: 1952 ms (s=14480868, size=354032)
|
||||
|
||||
Contains: 314 ms (s=7961072, size=354032)
|
||||
Contains: 338 ms (s=7961072, size=354032)
|
||||
|
||||
Total: 1591 ms
|
||||
Total: 2290 ms
|
||||
|
||||
gtl::parallel_flat_hash_map<rw_spinlock>:
|
||||
|
||||
Word count: 598 ms (s=14480868, size=354032)
|
||||
Word count: 617 ms (s=14480868, size=354032)
|
||||
|
||||
Contains: 355 ms (s=7961072, size=354032)
|
||||
Contains: 317 ms (s=7961072, size=354032)
|
||||
|
||||
Total: 953 ms
|
||||
Total: 934 ms
|
||||
|
||||
---
|
||||
|
||||
Number of threads: 16
|
||||
boost::unordered_flat_map, single threaded: 1134 ms
|
||||
boost::unordered_flat_map, single threaded, shared_mutex: 1595 ms
|
||||
boost::unordered_flat_map, single threaded: 1135 ms
|
||||
boost::unordered_flat_map, single threaded, shared_mutex: 1594 ms
|
||||
boost::unordered_flat_map, single threaded, rw_spinlock: 1228 ms
|
||||
cfoa, single threaded: 1480 ms
|
||||
cfoa, tbb::spin_rw_mutex, single threaded: 1481 ms
|
||||
cfoa, single threaded: 1479 ms
|
||||
cfoa, tbb::spin_rw_mutex, single threaded: 1482 ms
|
||||
cfoa, std::shared_mutex, single threaded: 1796 ms
|
||||
foa::concurrent_table, single threaded: 1480 ms
|
||||
tbb::concurrent_hash_map, single threaded: 2393 ms
|
||||
boost::unordered_flat_map, sharded_prehashed<mutex>: 765 ms
|
||||
boost::unordered_flat_map, sharded_prehashed<shared_mutex>: 1239 ms
|
||||
boost::unordered_flat_map, sharded_prehashed<rw_spinlock>: 601 ms
|
||||
boost::unordered_flat_map, sharded isolated, prehashed: 766 ms
|
||||
cfoa: 779 ms
|
||||
cfoa, tbb::spin_rw_mutex: 809 ms
|
||||
cfoa, std::shared_mutex: 781 ms
|
||||
foa::concurrent_table: 822 ms
|
||||
tbb::concurrent_hash_map: 900 ms
|
||||
gtl::parallel_flat_hash_map<std::mutex>: 1019 ms
|
||||
gtl::parallel_flat_hash_map<std::shared_mutex>: 1591 ms
|
||||
gtl::parallel_flat_hash_map<rw_spinlock>: 953 ms
|
||||
foa::concurrent_table, single threaded: 1432 ms
|
||||
tbb::concurrent_hash_map, single threaded: 2385 ms
|
||||
boost::unordered_flat_map, sharded_prehashed<mutex>: 775 ms
|
||||
boost::unordered_flat_map, sharded_prehashed<shared_mutex>: 2366 ms
|
||||
boost::unordered_flat_map, sharded_prehashed<rw_spinlock>: 620 ms
|
||||
boost::unordered_flat_map, sharded isolated, prehashed: 775 ms
|
||||
cfoa: 762 ms
|
||||
cfoa, tbb::spin_rw_mutex: 770 ms
|
||||
cfoa, std::shared_mutex: 810 ms
|
||||
foa::concurrent_table: 920 ms
|
||||
tbb::concurrent_hash_map: 878 ms
|
||||
gtl::parallel_flat_hash_map<std::mutex>: 1014 ms
|
||||
gtl::parallel_flat_hash_map<std::shared_mutex>: 2290 ms
|
||||
gtl::parallel_flat_hash_map<rw_spinlock>: 934 ms
|
||||
|
||||
Reference in New Issue
Block a user