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

Use fast serialization lib for the graph #1506

Closed
abyrd opened this issue Sep 15, 2014 · 4 comments
Closed

Use fast serialization lib for the graph #1506

abyrd opened this issue Sep 15, 2014 · 4 comments
Assignees

Comments

@abyrd
Copy link
Member

abyrd commented Sep 15, 2014

Java stock serialization is very slow. Other libraries exist that should be much faster.

@buma
Copy link
Contributor

buma commented Sep 17, 2014

Added to wiki

@abyrd
Copy link
Member Author

abyrd commented Oct 2, 2014

Update: fast serialization uses stock Java serialization unless you write custom serializers. Marko has been trying this out. Since this is still in the experimental/evaluation stage, I'm moving this ticket to the current sprint.

@buma
Copy link
Contributor

buma commented Oct 3, 2014

Tested this on current master and New York. It doesn't improve size and/or speed any more.

@buma buma closed this as completed Oct 3, 2014
@abyrd
Copy link
Member Author

abyrd commented Oct 3, 2014

Clarification: it used to help but apparently now that the graph objects are more compact (including geometries), these serialization libraries don't make much difference anymore.

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