Bug 315446

Summary: Use OrderedHashSet instead of ListHashSet in FontCache.h
Product: WebKit Reporter: zak ridouh <zakr>
Component: New BugsAssignee: zak ridouh <zakr>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: ntim, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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
Radar WebKit Bug Importer
Comment 1 2026-05-23 22:41:38 PDT
zak ridouh
Comment 2 2026-05-23 22:49:34 PDT
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.