Skip to content

Performance pass for reflection, expression, and metadata hotspots #2

Description

@msLoginoff

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestperformancePerformance measurement or optimizationpriority:mediumImportant backlog item, but not a blocker

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions