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

ResolveMemos Performance Improvement #578

Merged
merged 3 commits into from Aug 10, 2018
Merged

Conversation

sam-token
Copy link
Contributor

See #330

havocp and others added 3 commits August 8, 2018 14:47
This is intended to band-aid lightbend#330 with a hash table that sucks,
but ought to be much faster to copy than the stock Java one.
The stock Java hash table rehashes everything every time, while
this hash table can often just copy an array. That said, I didn't
benchmark it or anything, it may well also be super slow.

This is more or less a troll commit to get someone to do better.
@havocp
Copy link
Collaborator

havocp commented Aug 10, 2018

This looks great to me - thank you!

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.

None yet

3 participants