Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 021df62bfacca0026e6ccdc66ed256ec4aa05b2d
https://github.com/WebKit/WebKit/commit/021df62bfacca0026e6ccdc66ed256ec4aa05b2d
Author: Yusuke Suzuki <[email protected]>
Date: 2026-06-28 (Sun, 28 Jun 2026)
Changed paths:
A Source/WTF/benchmarks/HashSetVariantsBenchmark.cpp
M Source/WTF/wtf/OrderedHashTable.h
Log Message:
-----------
[WTF] Align load factor policy of OrderedHashTable to HashTable
https://bugs.webkit.org/show_bug.cgi?id=315168
rdar://177505963
Reviewed by Justin Michaud.
Let's align OrderedHashTable's load factor polic to normal HashTable.
Until a particular threshold, use 75%, after that, use 50%.
* Source/WTF/benchmarks/HashSetVariantsBenchmark.cpp: Added.
(main):
* Source/WTF/wtf/OrderedHashTable.h:
Canonical link: https://commits.webkit.org/315978@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications