|
|
|
|
|
by voidfiles
3348 days ago
|
|
I added Kim to my ongoing set of python serialization framework benchmarks here is how it ranks. Library Many Objects One Object
--------------------- -------------- ------------
Custom 0.0187769 0.00682402
Strainer 0.0603201 0.0337129
serpy 0.073787 0.038656
Lollipop 0.47821 0.231566
Marshmallow 1.14844 0.598486
Django REST Framework 1.94096 1.3277
kim 2.28477 1.15237
Comments on how to improve the benchmark are appreciated.source: https://voidfiles.github.io/python-serialization-benchmark/ |
|
I'll be doing this stuff for myself, but would you be curious in having:
a) Support for lima: https://lima.readthedocs.io/en/latest/
b) more benchmark cases (serializing a larger list of objects)