vektonn-client-python icon indicating copy to clipboard operation
vektonn-client-python copied to clipboard

Python client for Vektonn

Results 1 vektonn-client-python issues
Sort by recently updated
recently updated
newest added

[test_perf_serialize](https://github.com/vektonn/vektonn-client-python/blob/10d6311fe00a496bb6c575fa1854a91f8f780950/tests/test_dtos_perf.py#L29) run shows that [`VektonnBaseModel.json()`](https://github.com/vektonn/vektonn-client-python/blob/10d6311fe00a496bb6c575fa1854a91f8f780950/src/vektonn/dtos.py#L17) is a huge bottleneck: ``` ----------------------------- Captured stdout call ----------------------------- 28285893 function calls in 25.275 seconds Ordered by: internal time ncalls tottime percall cumtime percall...

help wanted