dotnet/efcore

Perf: Remove Property from TypeMappingInfo

AndriySvyryd opened this issue · 2 comments

This would allow to reuse the TypeMappingInfo objects in more cases

See also data in #1906

Currently a new mapping is created for every property, defeating the purpose of the cache and allocating a lot of instances.