mirror of
https://github.com/servo/servo.git
synced 2025-06-10 01:23:13 +00:00
Use Gecko's simpler Bloom filter instead of one based on hash
stretching. This preserves the usage of the Bloom filter throughout style recalc, but the implementation is rewritten. Provides a 15% improvement on Guardians of the Galaxy.
This commit is contained in:
parent
878ece58da
commit
2a790d06dd
10 changed files with 335 additions and 357 deletions
|
@ -11,3 +11,4 @@ pub fn from_domstring(url: Option<DOMString>) -> Namespace {
|
|||
Some(ref s) => Namespace(Atom::from_slice(s.as_slice())),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue