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

uniqWith always uses linear search #5254

Closed
dtikhonov-iex opened this issue Sep 16, 2021 · 0 comments
Closed

uniqWith always uses linear search #5254

dtikhonov-iex opened this issue Sep 16, 2021 · 0 comments
Labels
issue bankruptcy Closing the issue/PR to start fresh

Comments

@dtikhonov-iex
Copy link

When uniqBase() is called with a comparator function, it uses a linear search independent of array size. This has severe performance implications. This behavior should be either changed or clearly documented.

@jdalton jdalton added the issue bankruptcy Closing the issue/PR to start fresh label Sep 16, 2023
@jdalton jdalton closed this as completed Sep 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue bankruptcy Closing the issue/PR to start fresh
Development

No branches or pull requests

2 participants