dataobjects-net icon indicating copy to clipboard operation
dataobjects-net copied to clipboard

Optimizations of Domain build (#83)

Open SergeiPavlov opened this issue 2 years ago • 0 comments

  • Optimize TypeInfo.Validators

  • Optimization: create FieldInfo.Assocations on demand

  • Avoid unnecessary .ToList() in TopologicalSorter.Sort()

  • DO_SAFE_COLLECTION_WRAPPER constant

  • readonly struct ColumnIndexMap

  • Optimize IReadOnlyList in SelectProvider

SergeiPavlov avatar Sep 06 '22 22:09 SergeiPavlov