[libcxx-commits] [PATCH] D140779: Use hash value checks optimizations consistently

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon May 22 11:30:49 PDT 2023


Mordante added a comment.

Thanks for the additional information. I think it makes sense to add these benchmarks to the benchmark suite. I think we can be quite certain 32 characters for 1024 elements will be unique. I prefer to keep the default load factor so we test our defaults. (We could add benchmarks with different load factors, but let's make sure we test the default too.)


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D140779/new/

https://reviews.llvm.org/D140779



More information about the libcxx-commits mailing list