Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 231 Bytes

ReflectionOptimization.md

File metadata and controls

5 lines (3 loc) · 231 Bytes

Reflection optimization

  • We gather all the details during startup and store them for later use because reflection is slow. (refer EntityMetadataCollector)

    Note: Due to time constraints, we are not utilizing it consistently.