ariebovenberg / whenever

⏰ Sensible and typesafe datetimes for Python
https://whenever.rtfd.io
MIT License
362 stars 7 forks source link

A more efficient pickle #43

Open ariebovenberg opened 4 months ago

ariebovenberg commented 4 months ago

Currently, the pickling format is rather straightforward, but inefficient.

On the plus side, the format has been set up so backwards-compatible changes are possible in the future. This means we can optimize the format later without breaking existing pickles.