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
Checksum calculation takes too much cpu+memory resources for such big files as virtual machines are.
byte[]
The text was updated successfully, but these errors were encountered:
memory consumption solved by #12 performance cost is still to high -> need to precalculate checksums #13 closing this
Sorry, something went wrong.
sparkoo
No branches or pull requests
Checksum calculation takes too much cpu+memory resources for such big files as virtual machines are.
byte[]
to ByteBuffer, which should have positive impact on memoru consumption and hopefully performance too.The text was updated successfully, but these errors were encountered: