ladybird
ladybird copied to clipboard
LibWeb: Use HashMap for string to CSS value lookups
This replaces multiple string comparisons with a single hash lookup for various CSS value types.
Did all of these have a measurable impact on performance?