mirror of
https://github.com/servo/servo.git
synced 2025-07-29 10:10:34 +01:00
style: Introduce StyleBloom
The idea is this will fix the bad behavior of the bloom filter in parallel traversal.
This commit is contained in:
parent
7d69f53794
commit
84a50ed5cb
7 changed files with 318 additions and 172 deletions
|
@ -92,6 +92,7 @@ pub mod animation;
|
|||
pub mod atomic_refcell;
|
||||
pub mod attr;
|
||||
pub mod bezier;
|
||||
pub mod bloom;
|
||||
pub mod cache;
|
||||
pub mod cascade_info;
|
||||
pub mod context;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue