GitHub user jwagenleitner opened a pull request:
https://github.com/apache/groovy/pull/316
GROOVY-7822 - Redundant computation in ObservableSet
Related to PR #314, performance significantly improved for `retainAll`,
similar change to `removeAll` did not yield any significant performance
difference.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jwagenleitner/groovy GROOVY-7822-ObservableSet
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/groovy/pull/316.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #316
----
commit 459a141bf4f558e3340c8df3c125b540a49fa9d4
Author: John Wagenleitner <[email protected]>
Date: 2016-04-21T16:17:46Z
GROOVY-7822 - Redundant computation in ObservableSet
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---