-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 2.14.0
-
Component/s: Json, Performance
-
Fully Compatible
Some lambda closure related allocation topic has popped up in my most recent perf. profiling:
The fix for this appears to be a complete no-brainer: Make the NeedsEscaping method static. I will create a PR for this. There's additional algorithmic improvement opportunities here but I am not sure they're worth looking into at this stage. Will keep on profiling.