Performance Enhancements

We have deployed 2 changes that should improve performance in InMemory.Net

  1. Index Creation
    Indexes between tables should now be created at least 5 times faster than before.
  2. Constant Expression Refactory
    If you have an expression that involves multiple constants, or has constants involved in a series of functions, InMemory.Net will now evaluate that constant one time only, and avoid recalculating it multiple times.
%d