You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Time needed with check:
0.018812
0.018168
0.018789
Time needed without check:
0.01897
0.018391
0.020334
0.025101
0.018615
In worst case had it ones, it can be 40% slower, but most of time it was nearly as fast as without check. In the serializer the percentage would be much lower, cause its much more complex than my example.
The text was updated successfully, but these errors were encountered:
Hello @schmittjoh
I would like to add a check if cdata is needed.
Example with check:
Example without check:
Time needed with check:
0.018812
0.018168
0.018789
Time needed without check:
0.01897
0.018391
0.020334
0.025101
0.018615
In worst case had it ones, it can be 40% slower, but most of time it was nearly as fast as without check. In the serializer the percentage would be much lower, cause its much more complex than my example.
The text was updated successfully, but these errors were encountered: