chronotope / chrono-tz

TimeZone implementations for rust-chrono from the IANA database
Other
228 stars 55 forks source link

Use regex-lite for chrono-tz-build #170

Open djc opened 2 months ago

djc commented 2 months ago

We don't need a featureful or high-performance parser for the build script.

pitdicker commented 2 months ago

There has been some performance tuning in the past. Maybe the benchmark example is useful to compare?

djc commented 2 months ago

Note that this does not change the dependency for the parse-zoneinfo crate -- only for the chrono-tz-build crate, which I think is only used for the filter-by-regex feature to filter timezone names.

djc commented 2 months ago

Going to wait until after #172.