mirror of
https://github.com/boostorg/boost_unordered_benchmarks.git
synced 2026-02-19 02:12:14 +00:00
updated benchmark results
This commit is contained in:
@@ -1,186 +1,186 @@
|
||||
cset: --> last message, executed args into cpuset "/user", new pid is: 1058371
|
||||
enwik8: 14480868 words, 6901 ms
|
||||
cset: --> last message, executed args into cpuset "/user", new pid is: 1107173
|
||||
enwik8: 14480868 words, 6892 ms
|
||||
|
||||
boost::unordered_flat_map, single threaded:
|
||||
|
||||
Word count: 668 ms (s=14480868, size=354032)
|
||||
|
||||
Contains: 461 ms (s=7961072, size=354032)
|
||||
Contains: 462 ms (s=7961072, size=354032)
|
||||
|
||||
Total: 1130 ms
|
||||
|
||||
boost::unordered_flat_map, single threaded, shared_mutex:
|
||||
|
||||
Word count: 905 ms (s=14480868, size=354032)
|
||||
Word count: 906 ms (s=14480868, size=354032)
|
||||
|
||||
Contains: 716 ms (s=7961072, size=354032)
|
||||
Contains: 671 ms (s=7961072, size=354032)
|
||||
|
||||
Total: 1622 ms
|
||||
Total: 1578 ms
|
||||
|
||||
boost::unordered_flat_map, single threaded, rw_spinlock:
|
||||
|
||||
Word count: 706 ms (s=14480868, size=354032)
|
||||
Word count: 708 ms (s=14480868, size=354032)
|
||||
|
||||
Contains: 516 ms (s=7961072, size=354032)
|
||||
Contains: 514 ms (s=7961072, size=354032)
|
||||
|
||||
Total: 1222 ms
|
||||
Total: 1223 ms
|
||||
|
||||
cfoa, single threaded:
|
||||
|
||||
Word count: 870 ms (s=14480868, size=354032)
|
||||
Word count: 903 ms (s=14480868, size=354032)
|
||||
|
||||
Contains: 571 ms (s=7961072, size=354032)
|
||||
Contains: 573 ms (s=7961072, size=354032)
|
||||
|
||||
Total: 1441 ms
|
||||
Total: 1476 ms
|
||||
|
||||
cfoa, tbb::spin_rw_mutex, single threaded:
|
||||
|
||||
Word count: 873 ms (s=14480868, size=354032)
|
||||
Word count: 908 ms (s=14480868, size=354032)
|
||||
|
||||
Contains: 572 ms (s=7961072, size=354032)
|
||||
|
||||
Total: 1445 ms
|
||||
Total: 1481 ms
|
||||
|
||||
cfoa, std::shared_mutex, single threaded:
|
||||
|
||||
Word count: 1030 ms (s=14480868, size=354032)
|
||||
Word count: 1056 ms (s=14480868, size=354032)
|
||||
|
||||
Contains: 756 ms (s=7961072, size=354032)
|
||||
Contains: 727 ms (s=7961072, size=354032)
|
||||
|
||||
Total: 1787 ms
|
||||
Total: 1783 ms
|
||||
|
||||
foa::concurrent_table, single threaded:
|
||||
|
||||
Word count: 880 ms (s=14480868, size=354032)
|
||||
Word count: 881 ms (s=14480868, size=354032)
|
||||
|
||||
Contains: 572 ms (s=7961072, size=354032)
|
||||
Contains: 574 ms (s=7961072, size=354032)
|
||||
|
||||
Total: 1453 ms
|
||||
Total: 1455 ms
|
||||
|
||||
tbb::concurrent_hash_map, single threaded:
|
||||
|
||||
Word count: 1582 ms (s=14480868, size=354032)
|
||||
Word count: 1537 ms (s=14480868, size=354032)
|
||||
|
||||
Contains: 847 ms (s=7961072, size=354032)
|
||||
Contains: 842 ms (s=7961072, size=354032)
|
||||
|
||||
Total: 2429 ms
|
||||
Total: 2379 ms
|
||||
|
||||
boost::unordered_flat_map, sharded_prehashed<mutex>:
|
||||
|
||||
Word count: 485 ms (s=14480868, size=354032)
|
||||
Word count: 476 ms (s=14480868, size=354032)
|
||||
|
||||
Contains: 276 ms (s=7961072, size=354032)
|
||||
|
||||
Total: 762 ms
|
||||
Total: 752 ms
|
||||
|
||||
boost::unordered_flat_map, sharded_prehashed<shared_mutex>:
|
||||
|
||||
Word count: 1135 ms (s=14480868, size=354032)
|
||||
Word count: 1878 ms (s=14480868, size=354032)
|
||||
|
||||
Contains: 252 ms (s=7961072, size=354032)
|
||||
Contains: 281 ms (s=7961072, size=354032)
|
||||
|
||||
Total: 1388 ms
|
||||
Total: 2159 ms
|
||||
|
||||
boost::unordered_flat_map, sharded_prehashed<rw_spinlock>:
|
||||
|
||||
Word count: 460 ms (s=14480868, size=354032)
|
||||
Word count: 507 ms (s=14480868, size=354032)
|
||||
|
||||
Contains: 192 ms (s=7961072, size=354032)
|
||||
Contains: 182 ms (s=7961072, size=354032)
|
||||
|
||||
Total: 653 ms
|
||||
Total: 690 ms
|
||||
|
||||
boost::unordered_flat_map, sharded isolated, prehashed:
|
||||
|
||||
Word count: 393 ms (s=14480868, size=354032)
|
||||
Word count: 420 ms (s=14480868, size=354032)
|
||||
|
||||
Contains: 348 ms (s=7961072, size=354032)
|
||||
Contains: 357 ms (s=7961072, size=354032)
|
||||
|
||||
Total: 741 ms
|
||||
Total: 777 ms
|
||||
|
||||
cfoa:
|
||||
|
||||
Word count: 438 ms (s=14480868, size=354032)
|
||||
Word count: 581 ms (s=14480868, size=354032)
|
||||
|
||||
Contains: 192 ms (s=7961072, size=354032)
|
||||
Contains: 187 ms (s=7961072, size=354032)
|
||||
|
||||
Total: 630 ms
|
||||
Total: 769 ms
|
||||
|
||||
cfoa, tbb::spin_rw_mutex:
|
||||
|
||||
Word count: 433 ms (s=14480868, size=354032)
|
||||
Word count: 663 ms (s=14480868, size=354032)
|
||||
|
||||
Contains: 194 ms (s=7961072, size=354032)
|
||||
Contains: 191 ms (s=7961072, size=354032)
|
||||
|
||||
Total: 628 ms
|
||||
Total: 854 ms
|
||||
|
||||
cfoa, std::shared_mutex:
|
||||
|
||||
Word count: 520 ms (s=14480868, size=354032)
|
||||
Word count: 601 ms (s=14480868, size=354032)
|
||||
|
||||
Contains: 207 ms (s=7961072, size=354032)
|
||||
Contains: 217 ms (s=7961072, size=354032)
|
||||
|
||||
Total: 727 ms
|
||||
Total: 818 ms
|
||||
|
||||
foa::concurrent_table:
|
||||
|
||||
Word count: 606 ms (s=14480868, size=354032)
|
||||
Word count: 684 ms (s=14480868, size=354032)
|
||||
|
||||
Contains: 192 ms (s=7961072, size=354032)
|
||||
Contains: 201 ms (s=7961072, size=354032)
|
||||
|
||||
Total: 799 ms
|
||||
Total: 886 ms
|
||||
|
||||
tbb::concurrent_hash_map:
|
||||
|
||||
Word count: 653 ms (s=14480868, size=354032)
|
||||
Word count: 631 ms (s=14480868, size=354032)
|
||||
|
||||
Contains: 258 ms (s=7961072, size=354032)
|
||||
Contains: 241 ms (s=7961072, size=354032)
|
||||
|
||||
Total: 911 ms
|
||||
Total: 873 ms
|
||||
|
||||
gtl::parallel_flat_hash_map<std::mutex>:
|
||||
|
||||
Word count: 638 ms (s=14480868, size=354032)
|
||||
Word count: 653 ms (s=14480868, size=354032)
|
||||
|
||||
Contains: 386 ms (s=7961072, size=354032)
|
||||
Contains: 379 ms (s=7961072, size=354032)
|
||||
|
||||
Total: 1024 ms
|
||||
Total: 1033 ms
|
||||
|
||||
gtl::parallel_flat_hash_map<std::shared_mutex>:
|
||||
|
||||
Word count: 1859 ms (s=14480868, size=354032)
|
||||
Word count: 2265 ms (s=14480868, size=354032)
|
||||
|
||||
Contains: 331 ms (s=7961072, size=354032)
|
||||
Contains: 323 ms (s=7961072, size=354032)
|
||||
|
||||
Total: 2190 ms
|
||||
Total: 2588 ms
|
||||
|
||||
gtl::parallel_flat_hash_map<rw_spinlock>:
|
||||
|
||||
Word count: 632 ms (s=14480868, size=354032)
|
||||
Word count: 538 ms (s=14480868, size=354032)
|
||||
|
||||
Contains: 384 ms (s=7961072, size=354032)
|
||||
Contains: 348 ms (s=7961072, size=354032)
|
||||
|
||||
Total: 1017 ms
|
||||
Total: 886 ms
|
||||
|
||||
---
|
||||
|
||||
Number of threads: 16
|
||||
boost::unordered_flat_map, single threaded: 1130 ms
|
||||
boost::unordered_flat_map, single threaded, shared_mutex: 1622 ms
|
||||
boost::unordered_flat_map, single threaded, rw_spinlock: 1222 ms
|
||||
cfoa, single threaded: 1441 ms
|
||||
cfoa, tbb::spin_rw_mutex, single threaded: 1445 ms
|
||||
cfoa, std::shared_mutex, single threaded: 1787 ms
|
||||
foa::concurrent_table, single threaded: 1453 ms
|
||||
tbb::concurrent_hash_map, single threaded: 2429 ms
|
||||
boost::unordered_flat_map, sharded_prehashed<mutex>: 762 ms
|
||||
boost::unordered_flat_map, sharded_prehashed<shared_mutex>: 1388 ms
|
||||
boost::unordered_flat_map, sharded_prehashed<rw_spinlock>: 653 ms
|
||||
boost::unordered_flat_map, sharded isolated, prehashed: 741 ms
|
||||
cfoa: 630 ms
|
||||
cfoa, tbb::spin_rw_mutex: 628 ms
|
||||
cfoa, std::shared_mutex: 727 ms
|
||||
foa::concurrent_table: 799 ms
|
||||
tbb::concurrent_hash_map: 911 ms
|
||||
gtl::parallel_flat_hash_map<std::mutex>: 1024 ms
|
||||
gtl::parallel_flat_hash_map<std::shared_mutex>: 2190 ms
|
||||
gtl::parallel_flat_hash_map<rw_spinlock>: 1017 ms
|
||||
boost::unordered_flat_map, single threaded, shared_mutex: 1578 ms
|
||||
boost::unordered_flat_map, single threaded, rw_spinlock: 1223 ms
|
||||
cfoa, single threaded: 1476 ms
|
||||
cfoa, tbb::spin_rw_mutex, single threaded: 1481 ms
|
||||
cfoa, std::shared_mutex, single threaded: 1783 ms
|
||||
foa::concurrent_table, single threaded: 1455 ms
|
||||
tbb::concurrent_hash_map, single threaded: 2379 ms
|
||||
boost::unordered_flat_map, sharded_prehashed<mutex>: 752 ms
|
||||
boost::unordered_flat_map, sharded_prehashed<shared_mutex>: 2159 ms
|
||||
boost::unordered_flat_map, sharded_prehashed<rw_spinlock>: 690 ms
|
||||
boost::unordered_flat_map, sharded isolated, prehashed: 777 ms
|
||||
cfoa: 769 ms
|
||||
cfoa, tbb::spin_rw_mutex: 854 ms
|
||||
cfoa, std::shared_mutex: 818 ms
|
||||
foa::concurrent_table: 886 ms
|
||||
tbb::concurrent_hash_map: 873 ms
|
||||
gtl::parallel_flat_hash_map<std::mutex>: 1033 ms
|
||||
gtl::parallel_flat_hash_map<std::shared_mutex>: 2588 ms
|
||||
gtl::parallel_flat_hash_map<rw_spinlock>: 886 ms
|
||||
|
||||
Reference in New Issue
Block a user