Pakket: python3-aiohttp-fast-url-dispatcher (0.3.1-3)
Verwijzigingen voor python3-aiohttp-fast-url-dispatcher
Debian bronnen:
Het bronpakket aiohttp-fast-url-dispatcher downloaden:
- [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]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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.
Andere aan python3-aiohttp-fast-url-dispatcher gerelateerde pakketten
|
|
|
|
-
- 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