-
Notifications
You must be signed in to change notification settings - Fork 0
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
Replace ConcurrentHashMap by Map #43
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we get a better description on why this refactor was priority/necessary?
Somone from the community pointed out that instead of using the |
What does this PR do ?
Use the
Map
interface instead ofConcurrentHashMap
to let the developer choose what kind of Map to use.