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

Investigate serialization libraries for disk persistence #7

Open
RichoDemus opened this issue Mar 20, 2017 · 1 comment
Open

Investigate serialization libraries for disk persistence #7

RichoDemus opened this issue Mar 20, 2017 · 1 comment

Comments

@RichoDemus
Copy link
Owner

Every millisecond counts!
We should try different libraries to see which one gives the best combination of speed/simplicity
some candidates:

more information at jvm-serializers

@RichoDemus
Copy link
Owner Author

Went with a super simple solution for the first version of the disk persistence: just serialize it to json using jackson and write it to disk, will have to improve that later, probably

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant