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

Optimize algorithm for combining two data sets #64 #82

Merged

Conversation

gecrepo
Copy link
Contributor

@gecrepo gecrepo commented Sep 13, 2018

No description provided.

}
Object linkObj = resultRow.get(link);
if (linkObj != null) {
if (!cacheMap.containsKey(linkObj)) {

Choose a reason for hiding this comment

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

Can we use putIfAbsent here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hello. Yes, why not.

@andreysubbotin andreysubbotin merged commit 998fef3 into master Nov 14, 2018
@haulmont-git haulmont-git added the ver: 2.0.16 ver: 2.0.16 label Nov 14, 2018
@andreysubbotin andreysubbotin deleted the 64-optimize-algorithm-for-combining-two-data-sets branch November 16, 2018 09:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ver: 2.0.16 ver: 2.0.16
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants