We have deployed 2 changes that should improve performance in InMemory.Net
- Index Creation
Indexes between tables should now be created at least 5 times faster than before. - 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.