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

fix toArray() for Maps avoiding allocation #202

Merged
merged 5 commits into from
Feb 6, 2020
Merged

fix toArray() for Maps avoiding allocation #202

merged 5 commits into from
Feb 6, 2020

Conversation

ratcashdev
Copy link
Contributor

Fixes 4 out of the 5 Map implementations in org.agrona.collections. The remaining, Int2ObjectCache is missing the required allocateDuplicateEntry() method in the iterator.

@mjpt777 mjpt777 merged commit 13a9083 into real-logic:master Feb 6, 2020
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.

2 participants