[ 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)
- JavaScript support for Sphinx documentation
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-aiohttp
- http client/server for asyncio