Skip to content

Improve array iterator #19

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

Merged
merged 3 commits into from
Mar 24, 2020
Merged

Conversation

mpoeter
Copy link
Contributor

@mpoeter mpoeter commented Mar 23, 2020

For compact arrays, the old implementation was quadratic, resulting in absolutely terrible performance for large arrays.

mpoeter added 2 commits March 23, 2020 14:49
For compact arrays, the old implementation was quadratic, resulting in absolutely terrible performance for large arrays.
Copy link
Collaborator

@rashtao rashtao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution, but the code as is does not compile. Please check my suggestions...

@mpoeter
Copy link
Contributor Author

mpoeter commented Mar 24, 2020

You are right, sorry! Seems like the IDE did not pick up my latest changes for my last test run before committing. Should be fixed now.

@rashtao rashtao self-requested a review March 24, 2020 15:16
@rashtao rashtao merged commit 887cb08 into arangodb:master Mar 24, 2020
@mpoeter
Copy link
Contributor Author

mpoeter commented Mar 24, 2020

Thanks! Do you have an ETA for a new release that contains this fix?

@rashtao
Copy link
Collaborator

rashtao commented Mar 25, 2020

@mpoeter releasing now... Thanks again!

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