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
The module is written in C and it is up to 250 times faster when compared to the other python JSON implementations which are written directly in python. This speed gain varies with the complexity of the data and the operation and is the the range of 10-200 times for encoding operations and in the range of 100-250 times for decoding operations.
Impressive claims.
A couple of questions from a critical thinker:
Where do I find the benchmarks the claims are based upon, please?
Since the main selling point of the project is speed, where is that unit test that verifies that the speed advantage is within an expected range, please? If that test isn't in CI, a commit could destroy the speed advantage without notice.
The text was updated successfully, but these errors were encountered:
python-cjson states:
Impressive claims.
A couple of questions from a critical thinker:
The text was updated successfully, but these errors were encountered: