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

Replace RwLock<HashMap> and Mutex<HashMap> by using DashMap #4077

Closed
yahoNanJing opened this issue Nov 2, 2022 · 0 comments · Fixed by #4079
Closed

Replace RwLock<HashMap> and Mutex<HashMap> by using DashMap #4077

yahoNanJing opened this issue Nov 2, 2022 · 0 comments · Fixed by #4079
Labels
enhancement New feature or request

Comments

@yahoNanJing
Copy link
Contributor

yahoNanJing commented Nov 2, 2022

Is your feature request related to a problem or challenge? Please describe what you are trying to do.

In Ballista, we have replaced RwLock<HashMap> and Mutex<HashMap> by using DashMap in many places. And the performance improved a lot. Therefore, it's time for the datafusion to leverage DashMap, too.

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@yahoNanJing yahoNanJing added the enhancement New feature or request label Nov 2, 2022
@yahoNanJing yahoNanJing changed the title Replace Mutex<HashMap> by using DashMap Replace RwLock<HashMap> and Mutex<HashMap> by using DashMap Nov 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant