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

Improve handling of single byte in TemplateHashSpi #53

Merged
merged 2 commits into from
Aug 7, 2019

Conversation

SalusaSecondus
Copy link
Contributor

This is to fix #52 and improve performance of single-byte handling in our message digest implementations. It also includes yet another fix to our tests to lower testing heap usage.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@SalusaSecondus SalusaSecondus marked this pull request as ready for review August 7, 2019 07:54
@SalusaSecondus
Copy link
Contributor Author

Overkill failure is the same heap problem in testing. We've identified this as an issue in the version of JUnit we're using and are still working on fixing it. This failure should not block this PR.

@SalusaSecondus SalusaSecondus merged commit c6bc0d1 into corretto:develop Aug 7, 2019
@SalusaSecondus SalusaSecondus deleted the SingleByte branch August 7, 2019 18:30
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

Successfully merging this pull request may close these issues.

HashSpi allocates single byte arrays on the single byte update path
2 participants