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
[release/9.0-staging] [mono] Switch generic instance cache back to GHashTable; improve ginst hash function (#113316)
Backport of #113287
This change will revert to the hashtable container used for the generic instance cache in .NET 8.0 to address a performance regression introduced by changing to a different container in 9. Also improves the hash function used for the cache (the existing one was suboptimal.)
Co-authored-by: Katelyn Gadd <[email protected]>
0 commit comments