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

Use bulk operation addAll instead of iteration. #1336

Conversation

hduelme
Copy link
Contributor

@hduelme hduelme commented Feb 12, 2023

Using addAll() makes the code easier to read and could provide a small speedup. So it should be used instead of an iteration.

@gregturn gregturn changed the title use bulk operation addAll instead of iteration Use bulk operation addAll instead of iteration. Apr 5, 2023
@gregturn gregturn added this to the 4.0.3 milestone Apr 5, 2023
@gregturn gregturn self-assigned this Apr 5, 2023
@gregturn gregturn closed this in 151ff28 Apr 5, 2023
@gregturn
Copy link
Contributor

gregturn commented Apr 5, 2023

Thanks @hduelme!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants