llvm-capstone/libcxx/benchmarks
Ivan Trofimov 3085e42f80 [libc++] Don't call key_eq in unordered_map/set rehashing routine
As of now containers key_eq might get called when rehashing happens, which is redundant for unique keys containers.

Reviewed By: #libc, philnik, Mordante

Differential Revision: https://reviews.llvm.org/D128021
2022-07-10 11:44:12 +02:00
..
algorithms [libc++][ranges] Implement modifying heap algorithms: 2022-07-08 13:48:41 -07:00
algorithms.partition_point.bench.cpp [libc++] [bench] Stop using uniform_int_distribution<char> in benchmarks. 2022-01-17 14:31:33 -05:00
allocation.bench.cpp [libc++] [bench] Stop using uniform_int_distribution<char> in benchmarks. 2022-01-17 14:31:33 -05:00
CartesianBenchmarks.h
CMakeLists.txt [libc++][ranges] Implement modifying heap algorithms: 2022-07-08 13:48:41 -07:00
ContainerBenchmarks.h [libc++] Don't call key_eq in unordered_map/set rehashing routine 2022-07-10 11:44:12 +02:00
deque.bench.cpp [libc++] Remove "// -*- C++ -*-" comments from all .cpp files. NFCI. 2021-10-01 12:06:59 -04:00
filesystem.bench.cpp [libc++] Fix benchmark failure 2022-01-24 12:05:09 -05:00
format_to_n.bench.cpp [libc++][format] Adds formatting benchmarks. 2021-11-28 13:12:53 +01:00
format_to.bench.cpp [libc++][format] Adds formatting benchmarks. 2021-11-28 13:12:53 +01:00
format.bench.cpp [libc++][format] Adds formatting benchmarks. 2021-11-28 13:12:53 +01:00
formatted_size.bench.cpp [libc++][format] Adds formatting benchmarks. 2021-11-28 13:12:53 +01:00
formatter_float.bench.cpp [libc++][format] Implement format-string. 2022-06-11 15:25:56 +02:00
function.bench.cpp
GenerateInput.h [libc++] [bench] Stop using uniform_int_distribution<char> in benchmarks. 2022-01-17 14:31:33 -05:00
lit.cfg.py
lit.site.cfg.py.in
map.bench.cpp
ordered_set.bench.cpp
random.bench.cpp [libc++] Replace modulus operations in std::seed_seq::generate with conditional checks. 2022-05-24 10:29:25 +02:00
std_format_spec_string_unicode.bench.cpp [libc++][format] Implement Unicode support. 2021-10-02 11:57:40 +02:00
string.bench.cpp
stringstream.bench.cpp
to_chars.bench.cpp [libc++] Fixes std::to_chars for bases != 10. 2021-04-29 19:56:28 +02:00
unordered_set_operations.bench.cpp [libc++] Don't call key_eq in unordered_map/set rehashing routine 2022-07-10 11:44:12 +02:00
util_smartptr.bench.cpp
Utilities.h
variant_visit_1.bench.cpp
variant_visit_2.bench.cpp
variant_visit_3.bench.cpp
VariantBenchmarks.h
vector_operations.bench.cpp