Bug 143366

Summary: Add non-counting Bloom filter implementation
Product: WebKit Reporter: Antti Koivisto <koivisto>
Component: Web Template FrameworkAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, kling
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch
none
patch
none
patch none

Description Antti Koivisto 2015-04-03 04:43:23 PDT
We only have a counting bloom filter implementation. A more compact single-bit filter would be good to have too.
Comment 1 Antti Koivisto 2015-04-03 05:08:01 PDT
Created attachment 250061 [details]
patch
Comment 2 Antti Koivisto 2015-04-03 05:19:52 PDT
Created attachment 250065 [details]
patch
Comment 3 Antti Koivisto 2015-04-03 07:01:32 PDT
Created attachment 250068 [details]
patch
Comment 4 WebKit Commit Bot 2015-04-03 10:24:30 PDT
Comment on attachment 250068 [details]
patch

Clearing flags on attachment: 250068

Committed r182321: <http://trac.webkit.org/changeset/182321>
Comment 5 WebKit Commit Bot 2015-04-03 10:24:34 PDT
All reviewed patches have been landed.  Closing bug.