We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Benchmark against stock json module on Python 2.7:
json
Running json benchmarks... Running ndb_json benchmarks... Results ======= loads (large obj) ----------------- json 1.103s ndb_json 2.200s dumps (large obj) ----------------- json 0.559s ndb_json 0.553s loads (small objs) ------------------ json 1.201s ndb_json 2.760s dumps (small objs) ------------------ json 0.913s ndb_json 1.253s
The text was updated successfully, but these errors were encountered:
erichiggins
Successfully merging a pull request may close this issue.
Benchmark against stock
json
module on Python 2.7:The text was updated successfully, but these errors were encountered: