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

Change all databases using the JSON serialization format to use TOML instead #28

Closed
lare96 opened this issue Jul 17, 2016 · 2 comments
Closed

Comments

@lare96
Copy link
Member

lare96 commented Jul 17, 2016

I don't really like the idea of mixing and matching JSON/TOML

@lare96
Copy link
Member Author

lare96 commented Jul 18, 2016

It seems there's a serious bottleneck. Toml4j takes a whopping 625 seconds to parse item definitions while google-gson does it under one second.

I'm going to use JSON for all databases, and toml4j can remain for parsing small non-complex configuration files (luna.toml, dependencies.toml, etc.)

@lare96
Copy link
Member Author

lare96 commented Jul 18, 2016

ed8ec3b

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

1 participant