Perf: Remove Property from TypeMappingInfo
AndriySvyryd opened this issue · 2 comments
AndriySvyryd commented
This would allow to reuse the TypeMappingInfo objects in more cases
ajcvickers commented
See also data in #1906
AndriySvyryd commented
Currently a new mapping is created for every property, defeating the purpose of the cache and allocating a lot of instances.