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

avoid allocation when building group ID #2207

Merged
merged 1 commit into from
May 1, 2019

Conversation

nathanielc
Copy link
Contributor

This change avoids the allocation to build the GroupID, as this is a hot code path this optimization can greatly reduce total allocation thus reducing pressure on garbage collection.

@nathanielc nathanielc force-pushed the fix/small-mem-optimization branch from 4b8a4ff to 76a8826 Compare May 1, 2019 21:58
@nathanielc nathanielc merged commit 72e88b9 into master May 1, 2019
@nathanielc nathanielc deleted the fix/small-mem-optimization branch May 1, 2019 22:21
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