WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 315400
315446
Use OrderedHashSet instead of ListHashSet in FontCache.h
https://bugs.webkit.org/show_bug.cgi?id=315446
Summary
Use OrderedHashSet instead of ListHashSet in FontCache.h
zak ridouh
Reported
2026-05-23 22:41:32 PDT
OrderedHashSet is faster & equivalent to ListHashSet. Use it instead. There is no call site that edits the set while iterating over it, so the conversion is safe.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2026-05-23 22:41:38 PDT
<
rdar://problem/177807071
>
zak ridouh
Comment 2
2026-05-23 22:49:34 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/65555
Tim Nguyen (:ntim)
Comment 3
2026-05-23 22:55:19 PDT
*** This bug has been marked as a duplicate of
bug 315400
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug