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

Move collectPrimitive code to InternalArrayIterate from FastList and ArrayIterate #1350

Closed
donraab opened this issue May 15, 2022 · 2 comments

Comments

@donraab
Copy link
Contributor

donraab commented May 15, 2022

FastList and ArrayIterate should have their implementations replaced with delegation to InternalArrayIterate for the following primitive collect methods.

collectBoolean
collectByte
collectChar
collectDouble
collectInt
collectFloat
collectLong
collectShort
@Desislav-Petrov
Copy link
Contributor

I can look at that

@donraab
Copy link
Contributor Author

donraab commented May 19, 2022

Hi @Desislav-Petrov, thanks for volunteering. I have assigned this issue to you.

Desislav-Petrov added a commit to Desislav-Petrov/eclipse-collections that referenced this issue Jun 14, 2022
Desislav-Petrov added a commit to Desislav-Petrov/eclipse-collections that referenced this issue Jun 16, 2022
Desislav-Petrov added a commit to Desislav-Petrov/eclipse-collections that referenced this issue Jul 18, 2022
Desislav-Petrov added a commit to Desislav-Petrov/eclipse-collections that referenced this issue Jul 20, 2022
donraab added a commit that referenced this issue Jul 30, 2022
Refactor to use internal array iterate - closes #1350
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants