mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Cache the results of cache entry revalidation and use the bloom filter.
This commit is contained in:
parent
d51d95d0c7
commit
1663bf6e5d
7 changed files with 100 additions and 49 deletions
|
@ -39,6 +39,7 @@
|
|||
|
||||
extern crate app_units;
|
||||
extern crate atomic_refcell;
|
||||
extern crate bit_vec;
|
||||
#[macro_use]
|
||||
extern crate bitflags;
|
||||
#[allow(unused_extern_crates)] extern crate byteorder;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue