MuMech / MechJeb2

MechJeb2 - KSP mod
Other
982 stars 250 forks source link

Faster ValueInfoItem #1887

Closed lamont-granquist closed 1 month ago

lamont-granquist commented 1 month ago

use System.Reflection.Emit instead of System.Linq.Expressions, modify the accessors to take the instance as an argument, and cache the accessors in a static dictionary.