Re: [w3c/webcomponents] CSS Modules (#759)

> there will be performance and memory gains in sharing it

Note that at least Gecko already coalesces multiple loads of the same stylesheet into doing a single load+parse, and has a single copy-on-write data structure with all the actual information backing multiple very small CSSStyleSheet  objects.  So the gains here would be much smaller than one would think.

@matthewp I'd like to understand the issue you raise about dependencies better.  What are people trying to do that the current `@import` syntax/semantics do not allow but option 3 would allow?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/759#issuecomment-490309265

Received on Wednesday, 8 May 2019 01:11:41 UTC