qjs_nota slow for an array of small objects #1
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
qjs_nota is far slower for encoding compared to json for something like an array of objects with a handful of properties. For other tested types, like a large array of numbers, an object with many properties with numeric values, and essentially everything else, it's quicker.
I assume it has something to do with iterating all of the objects' properties each time; however, I tried a caching solution and even for an array with many of the same shaped objects, it was not any significant speed increase.