vespa-engine / pyvespa

Python API for https://vespa.ai, the open big data serving engine
https://pyvespa.readthedocs.io/
Apache License 2.0
103 stars 34 forks source link

Consider custom JSON-library #884

Open thomasht86 opened 3 months ago

thomasht86 commented 3 months ago

Both requests and httpx uses the json-library for serialization/deserialization, and I think that it might be justified to switch to a more effective json loader.

See