proxy.py/proxy
Abhinav Singh 921f2b56e0
Optimizations & Update Benchmark Results (#832)
* Bail out of lock earlier

* Avoid calling `get_events` for unfinished work tasks.  Use `cached_property` for `HttpParser` optimization

* Add `type: ignore[no-any-return]`, odd scenario

* We dont have to rebuild response packet repeatedly within `WebServerPlugin`

* Parse line and header in one invocation

* Minor optimizations and update benchmark to use `oha` instead of `hey`

* Remove `flask` from benchmark, only benchmark `asgi` or `async` based libraries.  Use `uvicorn` and 10 workers for `blacksheep`.  Use `oha` instead of `hey`

* Add benchmark for `starlette`

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Add missing dep

* pre-commit

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2021-12-01 04:18:49 +05:30
..
common Optimizations & Update Benchmark Results (#832) 2021-12-01 04:18:49 +05:30
core Optimizations & Update Benchmark Results (#832) 2021-12-01 04:18:49 +05:30
dashboard Add initial Sphinx docs 2021-11-18 01:36:13 +01:00
http Optimizations & Update Benchmark Results (#832) 2021-12-01 04:18:49 +05:30
plugin Optimizations & Update Benchmark Results (#832) 2021-12-01 04:18:49 +05:30
testing Add initial Sphinx docs 2021-11-18 01:36:13 +01:00
__init__.py Add initial Sphinx docs 2021-11-18 01:36:13 +01:00
__main__.py Doc & Banner update to match GitHub (#182) 2019-11-18 20:45:51 -08:00
proxy.py Async `get_events`, `handle_event`, `handle_readables`, `handle_writables` (#769) 2021-11-23 15:02:00 +05:30
py.typed Add py.typed marker, add version checker, remove deprecated methods (#255) 2020-01-06 21:23:38 -08:00