Files
boost_unordered_benchmarks/vs-x64/main.cpp.txt
2023-03-13 14:45:16 -04:00

186 lines
4.5 KiB
Plaintext

enwik9: 141176630 words, 81610 ms
boost::unordered_flat_map, single threaded:
Word count: 13996 ms (s=141176630, size=1418655)
Contains: 9279 ms (s=97891799, size=1418655)
Total: 23275 ms
boost::unordered_flat_map, single threaded, shared_mutex:
Word count: 16136 ms (s=141176630, size=1418655)
Contains: 10149 ms (s=97891799, size=1418655)
Total: 26286 ms
boost::unordered_flat_map, single threaded, rw_spinlock:
Word count: 14978 ms (s=141176630, size=1418655)
Contains: 9689 ms (s=97891799, size=1418655)
Total: 24668 ms
concurrent_foa, single threaded:
Word count: 16876 ms (s=141176630, size=1418655)
Contains: 10477 ms (s=97891799, size=1418655)
Total: 27353 ms
concurrent_foa, tbb::spin_rw_mutex, single threaded:
Word count: 16491 ms (s=141176630, size=1418655)
Contains: 10752 ms (s=97891799, size=1418655)
Total: 27244 ms
concurrent_foa, std::shared_mutex, single threaded:
Word count: 16557 ms (s=141176630, size=1418655)
Contains: 10597 ms (s=97891799, size=1418655)
Total: 27154 ms
concurrent foa::concurrent_table, single threaded:
Word count: 15190 ms (s=141176630, size=1418655)
Contains: 9639 ms (s=97891799, size=1418655)
Total: 24829 ms
tbb::concurrent_hash_map, single threaded:
Word count: 29061 ms (s=141176630, size=1418655)
Contains: 13509 ms (s=97891799, size=1418655)
Total: 42570 ms
boost::unordered_flat_map, sharded_prehashed<mutex>:
Word count: 6089 ms (s=141176630, size=1418655)
Contains: 4662 ms (s=97891799, size=1418655)
Total: 10751 ms
boost::unordered_flat_map, sharded_prehashed<shared_mutex>:
Word count: 5066 ms (s=141176630, size=1418655)
Contains: 3991 ms (s=97891799, size=1418655)
Total: 9057 ms
boost::unordered_flat_map, sharded_prehashed<rw_spinlock>:
Word count: 5909 ms (s=141176630, size=1418655)
Contains: 3507 ms (s=97891799, size=1418655)
Total: 9417 ms
boost::unordered_flat_map, sharded isolated, prehashed:
Word count: 5245 ms (s=141176630, size=1418655)
Contains: 5179 ms (s=97891799, size=1418655)
Total: 10424 ms
concurrent foa:
Word count: 5725 ms (s=141176630, size=1418655)
Contains: 3596 ms (s=97891799, size=1418655)
Total: 9321 ms
concurrent foa, tbb::spin_rw_mutex:
Word count: 5935 ms (s=141176630, size=1418655)
Contains: 3849 ms (s=97891799, size=1418655)
Total: 9785 ms
concurrent foa, std::shared_mutex:
Word count: 5973 ms (s=141176630, size=1418655)
Contains: 3739 ms (s=97891799, size=1418655)
Total: 9712 ms
concurrent foa::concurrent_table:
Word count: 5459 ms (s=141176630, size=1418655)
Contains: 3354 ms (s=97891799, size=1418655)
Total: 8814 ms
tbb::concurrent_hash_map:
Word count: 9460 ms (s=141176630, size=1418655)
Contains: 4541 ms (s=97891799, size=1418655)
Total: 14002 ms
gtl::parallel_flat_hash_map<std::mutex>:
Word count: 7189 ms (s=141176630, size=1418655)
Contains: 5148 ms (s=97891799, size=1418655)
Total: 12337 ms
gtl::parallel_flat_hash_map<std::shared_mutex>:
Word count: 6446 ms (s=141176630, size=1418655)
Contains: 4058 ms (s=97891799, size=1418655)
Total: 10505 ms
gtl::parallel_flat_hash_map<rw_spinlock>:
Word count: 7825 ms (s=141176630, size=1418655)
Contains: 4415 ms (s=97891799, size=1418655)
Total: 12240 ms
---
Number of threads: 4
boost::unordered_flat_map, single threaded: 23275 ms
boost::unordered_flat_map, single threaded, shared_mutex: 26286 ms
boost::unordered_flat_map, single threaded, rw_spinlock: 24668 ms
concurrent_foa, single threaded: 27353 ms
concurrent_foa, tbb::spin_rw_mutex, single threaded: 27244 ms
concurrent_foa, std::shared_mutex, single threaded: 27154 ms
concurrent foa::concurrent_table, single threaded: 24829 ms
tbb::concurrent_hash_map, single threaded: 42570 ms
boost::unordered_flat_map, sharded_prehashed<mutex>: 10751 ms
boost::unordered_flat_map, sharded_prehashed<shared_mutex>: 9057 ms
boost::unordered_flat_map, sharded_prehashed<rw_spinlock>: 9417 ms
boost::unordered_flat_map, sharded isolated, prehashed: 10424 ms
concurrent foa: 9321 ms
concurrent foa, tbb::spin_rw_mutex: 9785 ms
concurrent foa, std::shared_mutex: 9712 ms
concurrent foa::concurrent_table: 8814 ms
tbb::concurrent_hash_map: 14002 ms
gtl::parallel_flat_hash_map<std::mutex>: 12337 ms
gtl::parallel_flat_hash_map<std::shared_mutex>: 10505 ms
gtl::parallel_flat_hash_map<rw_spinlock>: 12240 ms