databendlabs / databend

𝗗𝗮𝘁𝗮, 𝗔𝗻𝗮𝗹𝘆𝘁𝗶𝗰𝘀 & 𝗔𝗜. Modern alternative to Snowflake. Cost-effective and simple for massive-scale analytics. https://databend.com
https://docs.databend.com
Other
7.75k stars 739 forks source link

Feature: replace `RwLock<HashMap>` and `Mutex<HashMap>` by using DashMap #8601

Closed xudong963 closed 1 year ago

xudong963 commented 1 year ago

Summary

Using DashMap will bring two advantages

ClSlaid commented 1 year ago

May I take a look?

xudong963 commented 1 year ago

@ClSlaid seems the issue was solved?

ClSlaid commented 1 year ago

Looks so, we can close this.