Review runtime hotspots before optimizing.
Candidates:
- replace repeated PropertyInfo.GetValue with compiled getter caches
- replace MethodInfo.Invoke in the generic loader with cached delegates
- review EF metadata lookup caching
- measure impact before changing behavior
- preserve batching and pipeline clarity
This should be benchmark-driven, not a speculative rewrite.
Review runtime hotspots before optimizing.
Candidates:
This should be benchmark-driven, not a speculative rewrite.