Bug#1076842: ITP: aiohttp-fast-url-dispatcher -- Enhanced URL dispatcher for aiohttp for improved performance
Package: wnpp
Severity: wishlist
Owner: Edward Betts <edward@4angle.com>
X-Debbugs-Cc: debian-devel@lists.debian.org, debian-python@lists.debian.org
* Package name : aiohttp-fast-url-dispatcher
Version : 0.3.1
Upstream Author : J. Nick Koston <nick@koston.org>
* URL : https://github.com/bdraco/aiohttp-fast-url-dispatcher
* License : Apache-2.0
Programming Lang: Python
Description : 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.
This library is a dependancy of Home Assistant, the Python smart home platform.
I plan to maintain it as part of the Python team.
Reply to: