[Webkit-unassigned] [Bug 207349] New: [WTF] Introduce linear-search-threshold for HashTable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 6 12:56:00 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=207349

            Bug ID: 207349
           Summary: [WTF] Introduce linear-search-threshold for HashTable
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ysuzuki at apple.com

Let's add linear-search-threshold for HashTable to use higher load-factor for smaller hashtable.

1. Like, setting a linear-search-threshold to 8.
2. Up to 7, we extend capacity when we hit capacity - 1, which is higher load-factor than 75%.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200206/39e1ff0c/attachment-0001.htm>


More information about the webkit-unassigned mailing list