Replies: 1 comment
-
|
Yea, the Grijjy library is done very well, I used some of it a few years ago. There is a fairly good comparison project at: https://github.com/hydrobyte/TestJSON We've used it to help us refine some of the serialization to be more technically correctly following the JSON spec. Although, their performance test is very misleading as they generate thousands of fields in one JSON object and then some libraries do the work of checking for duplicates and some don't. So, the test gives great results for those that are skipping the check while giving a horrible amount of work (and unrealistic object size) for those libraries that actually do the proper work of checking for duplicate fields. Their performance test also only parses strings and doesn't compare other data types. Some of the tests are also not quite right with the calls being made in some of the libraries. For example, on the DataObject library, they are making new slots on an object for the find test instead of properly calling the find method. With all that said, we still found it a very useful tool to help with comparisons, and they did a pretty good job on it. ..Sean |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
For me Grijjy is the fastest ... Anyone performed benchmarks with DDO ?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions