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

Avoid unnecessary ConcurrentHashMap#put() calls in TypeHandlerRegistry #2300

Merged
merged 1 commit into from
Jul 25, 2021

Conversation

harawata
Copy link
Member

An attempt at fixing #2297

@coveralls
Copy link

Coverage Status

Coverage increased (+0.009%) to 87.258% when pulling 8690d60 on harawata:gh/2297-quick-return into ca897f8 on mybatis:master.

@goldenxinxing
Copy link

LGTM

@harawata harawata merged commit 0cf1efb into mybatis:master Jul 25, 2021
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.

concurrentHashMap get and with the same object put could lead to performance problem
3 participants