mikeywaites / kim

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

Performance and Profiling test suite #144 #145

Closed mikeywaites closed 7 years ago

mikeywaites commented 7 years ago

Added in simple benchmarking tooling and initial set of improvements to Pipeline and Session objects using slots. Pipe has been removed from the serialize chain in place of the logic existing in the decorator directly. This initial changes have yielded ~42% increase in the run time of serialzing many objects.

144