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

try to reuse existing collections whenever possible #86

Open
2 tasks
hrldcpr opened this issue Jan 29, 2020 · 0 comments
Open
2 tasks

try to reuse existing collections whenever possible #86

hrldcpr opened this issue Jan 29, 2020 · 0 comments

Comments

@hrldcpr
Copy link
Owner

hrldcpr commented Jan 29, 2020

…for example in minus and minusAll methods, if nothing is removed then ideally the original collection should be returned. Same for plusAll(empty())

  • find any methods that don't achieve this
  • fix them if it won't hurt performance, otherwise just add a comment

for example see 4720fa7

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

1 participant