Skip to content

Use bulk operation addAll instead of iteration. #1336

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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 added type: task A general task polishing labels Apr 5, 2023
@gregturn gregturn closed this in 151ff28 Apr 5, 2023
@gregturn
Copy link
Contributor

gregturn commented Apr 5, 2023

Thanks @hduelme!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
type: task A general task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants