mikeywaites / kim

Kim: A JSON Serialization and Marshaling framework
http://kim.readthedocs.org/en/latest/
Other
317 stars 17 forks source link

Performance Enhancements #144

Closed mikeywaites closed 7 years ago

mikeywaites commented 7 years ago

first minor release is going to be solely focussed on performance improvements. As well as implementing patches to improve performance providing benchmarks with the documentation will also be very useful.

We aim to end up with a benchmarking test suite that can be utilised in an on-going basis to ensure new features don't have an impact on performance.

A user on hacker news ran some benchmarks here https://voidfiles.github.io/python-serialization-benchmark/ they seem pretty solid as a foundation for implementing our own suite.

Todo