mirror of
https://github.com/servo/servo.git
synced 2025-06-23 16:44:33 +01:00
I wanted to add an environmental variable to disable the style sharing cache for gecko, but the current pattern involves lazy_static!, which involves an atomic operation on lookup, which is a bit hot to do each time we try to share styles. This makes that work happen once per process. |
||
---|---|---|
.. | ||
Cargo.toml | ||
lib.rs |