Manuel Zahariev
Manuel Zahariev
> The label still needs to participate in layout and have a box Makes sense. I'll try to adjust. Maybe just zero the height? Spec for `label` seems to cover...
@kalenikaliaksandr this touched your code, so maybe you can take a look? Thanks!
My opinion: not slower. - ISO8601 simplified format is implemented directly (end-to-end regex). Should be optimal, linear in the size of the string. - When it's recognized as not ISO8601,...
Do you have a realistic [performance] test set? Shape of the non-standard strings will be the determinant. If not, I can look at whipping something up. :]m
> And here's a perf run: [...] 349.9 ms Thanks! Yeah it's not looking great. I'm seeing the same. I should have looked into the performance of Regex before embarking...
Re-implemented on top of `GenericLexer`. Faster than the existing one on: - Sunspider 1.0.2 (by 40%; old one shows large stdev) - @alimpfard's data set (by about 50%) - still...