Thomas Hjelde Thoresen

Results 15 issues of Thomas Hjelde Thoresen

I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the authority necessary...

If 3 retries fails, user may get: ```python failed: RetryError()") Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/tenacity/asyncio/__init__.py", line 114, in __call__ result = await fn(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/vespa/application.py", line...

We really should have performance tests for pyvespa. Good candidates are JSON-parsing and feeding performance.

Excluded currently as it ran for many hours without completing.

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 - https://www.reddit.com/r/Python/comments/1ah4d2t/my_first_ever_article_finding_the_fastest_python/ - https://dollardhingra.com/blog/python-json-benchmarking/...

enhancement