Why is typed JSON parsing in C# SO MUCH slower than node.js JSON.parse?

前端 未结 0 1371
旧时难觅i
旧时难觅i 2021-01-03 06:45

I have one simple JSON object in a string and I\'m comparing the ellapsed time of parsing (deserializing) the object between C# (.NET core) and Node.js

Node.js test:<

相关标签:
回答
  • 消灭零回复
提交回复
热议问题