I thought in the olden days, using Mirror
or any other reflection capability had a performance penalty. Is that still the case now? Or instead there is a higher cost, but no longer relatively massive enough to worry about?
Mirror
's API design lends itself to some significant performance penalties to this day. We're constantly making improvements to speed things up, but the API design limits how much performance we can get out of the reflection facilities.
1 Like