JuliaTime / TimeZones.jl

IANA time zone database access for the Julia programming language
Other
86 stars 51 forks source link

Use separate scratch space for each tzdata version #394

Open omus opened 2 years ago

omus commented 2 years ago

Seems better to use separate scratch spaces for different versions of the tzdata, no? That way the pkg gc can clean up no longer uesd tzdata; otherwise old ztdata will accumulate over time, taking up more and more space.

Originally posted by @StefanKarpinski in https://github.com/JuliaTime/TimeZones.jl/issues/389#issuecomment-1180628315