You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the implementation of NAMESPACE_MAPPING using HashMap and synchronized to keep thread safe.
In fact, we can select ConcurrentHashMap to improve performance.
Description
Currently, the implementation of
NAMESPACE_MAPPINGusingHashMapandsynchronizedto keep thread safe.In fact, we can select
ConcurrentHashMapto improve performance.Gluten version
main branch