We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Have you considered compressing TZ.dat just as with data.json.gz in TimeZoneNames?
TZ.dat
data.json.gz
As I read the code the additional decompressing would be a one-time penalty when reading TZ.dat.
My raw test of gzipping TZ.dat shows that would be reduced from 9.82 mb to 1.56 mb.
The text was updated successfully, but these errors were encountered:
Compress the data files
98f6e8f
Completes #36
e11c1b4
461c900
Completed with version 4.0.0. Thanks.
Sorry, something went wrong.
No branches or pull requests
Have you considered compressing
TZ.dat
just as withdata.json.gz
in TimeZoneNames?As I read the code the additional decompressing would be a one-time penalty when reading
TZ.dat
.My raw test of gzipping
TZ.dat
shows that would be reduced from 9.82 mb to 1.56 mb.The text was updated successfully, but these errors were encountered: