SomMeri / less4j

Less language is an extension of css and less4j compiles it into regular css. Less adds several dynamic features into css: variables, expressions, nested rules, and so on. Less was designed to be compatible with css and any correct css file is also correct less file.
145 stars 47 forks source link

CssClass.getName is called a lot of times in ElementSubsequentComparator #318

Closed a701440 closed 8 years ago

a701440 commented 8 years ago

CssClass.getName and getFullName are called in comparators and do interpolation every time. Can the value be computed once and cached in the CssClass ?

SomMeri commented 8 years ago

Fixed by #320