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
We only use fastutil in two places:
fastutil
<dependency> <groupId>it.unimi.dsi</groupId> <artifactId>fastutil</artifactId> <version>6.5.6</version> </dependency>
If we're able to trim it out, it'd drop the fatjar size a fair bit, to around 84MB from around 100MB.
The text was updated successfully, but these errors were encountered:
See rabbit's hole documented in #840
Sorry, something went wrong.
Closing this issue because the complete story is documented in #840, and #864 is a temporary fix for fastutil 6.5.6.
No branches or pull requests
We only use
fastutil
in two places:If we're able to trim it out, it'd drop the fatjar size a fair bit, to around 84MB from around 100MB.
The text was updated successfully, but these errors were encountered: