Name |
Last commit
|
Last update |
---|---|---|
.. | ||
copy_construct | ||
create | ||
create_from_sorted | ||
create_sort | ||
find | ||
index | ||
insert | ||
insert_erase | ||
insert_from_sorted | ||
producer_consumer | ||
range_construct | ||
resize | ||
sort_search |
2016-05-24 François Dumont <fdumont@gcc.gnu.org> * include/bits/c++config (_GLIBCXX14_USE_CONSTEXPR): New. * include/bits/hashtable_policy.h (_Prime_rehash_policy::__has_load_factor): New. Mark rehash policy having load factor management. (_Mask_range_hashing): New. (__clp2): New. (_Power2_rehash_policy): New. (_Inserts<>): Remove last template parameter, _Unique_keys, so that partial specializations only depend on whether iterators are constant or not. * testsuite/23_containers/unordered_set/hash_policy/26132.cc: Adapt to test new hash policy. * testsuite/23_containers/unordered_set/hash_policy/load_factor.cc: Likewise. * testsuite/23_containers/unordered_set/hash_policy/rehash.cc: Likewise. * testsuite/23_containers/unordered_set/insert/hash_policy.cc: Likewise. * testsuite/23_containers/unordered_set/max_load_factor/robustness.cc: Likewise. * testsuite/23_containers/unordered_set/hash_policy/power2_rehash.cc: New. * testsuite/performance/23_containers/insert/54075.cc: Add benchmark using the new hash policy. * testsuite/performance/23_containers/insert_erase/41975.cc: Likewise. From-SVN: r236669
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
copy_construct | Loading commit data... | |
create | Loading commit data... | |
create_from_sorted | Loading commit data... | |
create_sort | Loading commit data... | |
find | Loading commit data... | |
index | Loading commit data... | |
insert | Loading commit data... | |
insert_erase | Loading commit data... | |
insert_from_sorted | Loading commit data... | |
producer_consumer | Loading commit data... | |
range_construct | Loading commit data... | |
resize | Loading commit data... | |
sort_search | Loading commit data... |