Closed AntonyCorbett closed 1 year ago
Removing pressure on SOH from allocation of closure objects. Improves perf by ~5% in large tests, but in a server environment, it may be a significant help.
That's another good catch @AntonyCorbett , I assumed that the compiler/JIT would be smart enough to optimize that out but I was clearly wrong. Thanks!
Removing pressure on SOH from allocation of closure objects. Improves perf by ~5% in large tests, but in a server environment, it may be a significant help.