Bug 143419 - Bloom filter should support longer hashes
Summary: Bloom filter should support longer hashes
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-05 09:32 PDT by Antti Koivisto
Modified: 2015-04-05 11:46 PDT (History)
3 users (show)

See Also:


Attachments
patch (10.42 KB, patch)
2015-04-05 09:56 PDT, Antti Koivisto
no flags Details | Formatted Diff | Diff
patch (9.74 KB, patch)
2015-04-05 10:53 PDT, Antti Koivisto
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antti Koivisto 2015-04-05 09:32:28 PDT
It currently supports 'unsigned' hashes only which doesn't have enough independent bits of larger filters.
Comment 1 Antti Koivisto 2015-04-05 09:56:31 PDT
Created attachment 250158 [details]
patch
Comment 2 Antti Koivisto 2015-04-05 10:53:36 PDT
Created attachment 250159 [details]
patch
Comment 3 WebKit Commit Bot 2015-04-05 11:46:31 PDT
Comment on attachment 250159 [details]
patch

Clearing flags on attachment: 250159

Committed r182363: <http://trac.webkit.org/changeset/182363>
Comment 4 WebKit Commit Bot 2015-04-05 11:46:36 PDT
All reviewed patches have been landed.  Closing bug.