-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
python-cjson states:
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels