chrono-tz icon indicating copy to clipboard operation
chrono-tz copied to clipboard

parse-zoneinfo: replace rule parser with simple state machine

Open djc opened this issue 10 months ago • 2 comments

The raw diffstat of +4957/-371 doesn't look so attractive, but this account new tests (and accompanying data) that account for about 4400 of those lines added, so all in all this doesn't add that much more code than it deletes. The benchmark example suggests it is about 10x faster and it drops a pretty big dependency.

djc avatar Apr 15 '24 21:04 djc