Skip to content
New issue

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

Improve performance of ndb_json module #15

Open
erichiggins opened this issue Jan 13, 2017 · 0 comments · May be fixed by #16
Open

Improve performance of ndb_json module #15

erichiggins opened this issue Jan 13, 2017 · 0 comments · May be fixed by #16
Assignees

Comments

@erichiggins
Copy link
Owner

Benchmark against stock json module on Python 2.7:

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
@erichiggins erichiggins self-assigned this Jan 14, 2017
@erichiggins erichiggins linked a pull request Feb 3, 2017 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant