Attributes + Reflection Spike

 

What is the cost of utilizing Reflection to create our LDM objects

The Setup

  1. Using dummy data, create 1000 entities of a random assortment (entities described in next slide)
  2. Translate the 1000 entities to EntityInstance objects (using attributes and reflection to get the values)
  3. Repeat steps 1 & 2 until there are 10,000 EntityInstance’s
  4. Output the time it took to complete step 2

Attributes + Reflection Spike

By sarahdherr

Attributes + Reflection Spike

  • 641