Skip to content
New issue

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

Move away from serialize #61

Closed
omus opened this issue Apr 6, 2017 · 3 comments
Closed

Move away from serialize #61

omus opened this issue Apr 6, 2017 · 3 comments

Comments

@omus
Copy link
Member

omus commented Apr 6, 2017

As pointed out by @tkelman we shouldn't be using Julia's serialize for long term storage. Since the serialize function shouldn't change for patch releases normally we should be ok but this could be an issue when working with Julia nightlies where the serialization implementation could suddenly change.

@melonedo
Copy link

What are the alternatives to serialize? Serializing the results to JSON/BSON would be portable, but less performant I think.

@omus
Copy link
Member Author

omus commented Oct 28, 2021

What are the alternatives to serialize?

The main alternative I'm considering is using a variation of the tzfile format. TimeZones.jl already supports the official tzfile format so we could do some preliminary benchmarking.

@omus
Copy link
Member Author

omus commented Jul 11, 2022

We've switched to using a serialization format similar to the tzfile format but with a couple of additional features. This format is the tzjfile format which was made specifically for TimeZones.jl in #380 and adopted as the default in #385

@omus omus closed this as completed Jul 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants