mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
style: Hash less stuff in the bloom filter, using the precomputed hashes we have.
This commit is contained in:
parent
65ebbb7c56
commit
e29b84de18
10 changed files with 129 additions and 63 deletions
|
@ -6,6 +6,7 @@
|
|||
#[macro_use] extern crate cssparser;
|
||||
#[macro_use] extern crate matches;
|
||||
extern crate fnv;
|
||||
extern crate precomputed_hash;
|
||||
|
||||
pub mod bloom;
|
||||
pub mod matching;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue