DataObjects-NET / dataobjects-net

https://dataobjects.net
MIT License
61 stars 25 forks source link

Optimization: avoid 2-level cache in AttributeHelper #298

Closed SergeiPavlov closed 1 year ago

SergeiPavlov commented 1 year ago

1-level caching would be faster and have lesser memory footprint Also store Arrays in the cache instead of List<> to save memory These caches are very sparsed: image