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

feat: use ConcurrentHashMap instead of HashMap with Sync(as HashTable… #221

Merged

Conversation

tiandankanfeng
Copy link
Contributor

use ConcurrentHashMap(AQS) instead of HashMap with Sync(as HashTable with low efficient) and allow user provide replace candidates based on ConcurrentHashMap.

… with low efficient) and allow user provide replace candidates based on ConcurrentHashMap.
@CLAassistant
Copy link

CLAassistant commented Nov 16, 2022

CLA assistant check
All committers have signed the CLA.

pom.xml Outdated Show resolved Hide resolved
src/main/java/com/ql/util/express/ExpressRunner.java Outdated Show resolved Hide resolved
Copy link
Contributor Author

@tiandankanfeng tiandankanfeng left a comment

Choose a reason for hiding this comment

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

最新的提交已经添加了构造传入以及清除了多余的pom依赖.

Copy link
Contributor Author

@tiandankanfeng tiandankanfeng left a comment

Choose a reason for hiding this comment

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

add new Constructor.

@tiandankanfeng
Copy link
Contributor Author

最新更改已提交上去了

@tiandankanfeng tiandankanfeng requested review from DQinYuan and removed request for DQinYuan December 3, 2022 17:18
@tiandankanfeng
Copy link
Contributor Author

最新的提交已经push

@tiandankanfeng
Copy link
Contributor Author

最新代码已提交.

Copy link
Collaborator

@DQinYuan DQinYuan left a comment

Choose a reason for hiding this comment

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

LGTM

@DQinYuan DQinYuan merged commit e9469df into alibaba:master Dec 13, 2022
@tiandankanfeng tiandankanfeng deleted the branch_security_and_efficient_local_cache branch December 22, 2022 03:17
@tiandankanfeng tiandankanfeng restored the branch_security_and_efficient_local_cache branch December 22, 2022 03:17
@tiandankanfeng tiandankanfeng deleted the branch_security_and_efficient_local_cache branch December 22, 2022 03:17
@DQinYuan DQinYuan mentioned this pull request Feb 1, 2023
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.

3 participants