Details
-
Improvement
-
Status: Backlog
-
Minor - P4
-
Resolution: Unresolved
-
2.7.2
-
None
-
None
-
Any, its about C# driver doing same, but faster :)
-
Fully Compatible
Description
JsonWriter.EscapedString implementation uses anonymous function that touches instance private method - forces compiler to capture scope with 'this' for each =\
We can switch from .All LINQ to hand written method to avoid object allocation each time method called (super-often).
Thanks.