WebKit/Firefox have the same optimization in that they use (effectively) a linked-list of HashMap(s).
There are some performance cliffs with this - lookups can be slow, e.g. you check a HashMap, then check its parent, etc.
WebKit/Firefox have the same optimization in that they use (effectively) a linked-list of HashMap(s).
There are some performance cliffs with this - lookups can be slow, e.g. you check a HashMap, then check its parent, etc.
en.wikipedia.org/wiki/Hash_ar...
source.chromium.org/chromium/chr...
I personally tried the linked-list approach but found it was relatively slow on benchmarks.
en.wikipedia.org/wiki/Hash_ar...
source.chromium.org/chromium/chr...
I personally tried the linked-list approach but found it was relatively slow on benchmarks.
searchfox.org/wubkat/sourc...
searchfox.org/firefox-main...
Its possible to hit performance cliffs if you exceed these limits (copying HashMaps is slow)
searchfox.org/wubkat/sourc...
searchfox.org/firefox-main...
Its possible to hit performance cliffs if you exceed these limits (copying HashMaps is slow)
WebKit/Firefox have the same optimization in that they use (effectively) a linked-list of HashMap(s).
There are some performance cliffs with this - lookups can be slow, e.g. you check a HashMap, then check its parent, etc.
WebKit/Firefox have the same optimization in that they use (effectively) a linked-list of HashMap(s).
There are some performance cliffs with this - lookups can be slow, e.g. you check a HashMap, then check its parent, etc.
cc/ @tabatkins.com
cc/ @tabatkins.com
If you can come up with a good syntax let us know!
Supporting images is clearly a usecase that this should support at some stage - but I don't think I've met a webdev that can use border-image out of the box. The situation here is "worse" as instead of a 9-patch...
If you can come up with a good syntax let us know!
Supporting images is clearly a usecase that this should support at some stage - but I don't think I've met a webdev that can use border-image out of the box. The situation here is "worse" as instead of a 9-patch...
(I don't think i've met a web-developer that can successfully use border-image first try).
(I don't think i've met a web-developer that can successfully use border-image first try).
There are some further extensions to the syntax - but are difficult. (supporting images). The prior art here (border-image) isn't really intuitive....
There are some further extensions to the syntax - but are difficult. (supporting images). The prior art here (border-image) isn't really intuitive....