[ trixie ]
[ sid ]
[ ソース: aiohttp-fast-url-dispatcher ]
パッケージ: python3-aiohttp-fast-url-dispatcher (0.3.1-3)
python3-aiohttp-fast-url-dispatcher に関するリンク
Debian の資源:
aiohttp-fast-url-dispatcher ソースパッケージをダウンロード:
- [aiohttp-fast-url-dispatcher_0.3.1-3.dsc]
- [aiohttp-fast-url-dispatcher_0.3.1.orig.tar.gz]
- [aiohttp-fast-url-dispatcher_0.3.1-3.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Enhanced URL dispatcher for aiohttp for improved performance
This library introduces an optimized URL dispatcher for the aiohttp web server framework, designed to enhance routing performance by using an indexing system. Unlike the default UrlDispatcher which performs a linear search, potentially slowing down response times with a large number of routes, the FastUrlDispatcher maintains an index of URLs to ensure quick URL dispatch. This improvement is especially beneficial for applications with extensive routing requirements.
その他の python3-aiohttp-fast-url-dispatcher 関連パッケージ
|
|
|
|
-
- dep: libjs-sphinxdoc (>= 8.1)
- Sphinx ドキュメンテーション用 JavaScript サポート
-
- dep: python3
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)
-
- dep: python3-aiohttp
- http client/server for asyncio