[Webkit-unassigned] [Bug 144290] New: [Content Extensions] Use less memory for CombinedURLFilters

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 27 16:06:04 PDT 2015


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

            Bug ID: 144290
           Summary: [Content Extensions] Use less memory for
                    CombinedURLFilters
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: achristensen at apple.com

The prefix tree uses too much memory.  Let's make it use less memory by using Vectors instead of HashTables, assuming the Vectors stay small because we still need to search through them.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150427/0d0f9cb4/attachment-0001.html>


More information about the webkit-unassigned mailing list