[ 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
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-aiohttp
- http client/server for asyncio