We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I don't really like the idea of mixing and matching JSON/TOML
The text was updated successfully, but these errors were encountered:
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.)
Sorry, something went wrong.
Fix issue #28, all databases now in JSON and no more TomlParser
ed8ec3b
No branches or pull requests
I don't really like the idea of mixing and matching JSON/TOML
The text was updated successfully, but these errors were encountered: