-
-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Description
This package aims to be lightweight, but with the current timezone data the disk footprint is > 60 MB (wheel size around 51 MB).
Look into techniques for compressing the timezone data (binary files) without loosing precision or speed.
Idea: research the effect of using 16 bit integegers instead of 32bit. what is the worst case precision at the equator?
Note: there are other packages like tzfpy which are faster, but offer less accuracy. reducing the accuracy in timezonefinder probably diminishes the USP of this library (cf. ringsaturn/tzfpy#94)
Reactions are currently unavailable