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
I was surprised to see that IMemoryCache is a non-generic API, meaning that both keys and values box if they're value types, leading to unnecessary allocations. This showed up when profiling EF Core, where we took care to have a value type key.
I was surprised to see that IMemoryCache is a non-generic API, meaning that both keys and values box if they're value types, leading to unnecessary allocations. This showed up when profiling EF Core, where we took care to have a value type key.
I was surprised to see that IMemoryCache is a non-generic API, meaning that both keys and values box if they're value types, leading to unnecessary allocations. This showed up when profiling EF Core, where we took care to have a value type key.
/cc @ajcvickers
The text was updated successfully, but these errors were encountered: