Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.python > #16099
| From | Edward Betts <edward@4angle.com> |
|---|---|
| Newsgroups | linux.debian.bugs.dist, linux.debian.devel, linux.debian.maint.python |
| Subject | Bug#1076842: ITP: aiohttp-fast-url-dispatcher -- Enhanced URL dispatcher for aiohttp for improved performance |
| Date | 2024-07-24 07:10 +0200 |
| Message-ID | <J3Cqd-4ilA-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Cross-posted to 3 groups.
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.
Back to linux.debian.maint.python | Previous | Next | Find similar
Bug#1076842: ITP: aiohttp-fast-url-dispatcher -- Enhanced URL dispatcher for aiohttp for improved performance Edward Betts <edward@4angle.com> - 2024-07-24 07:10 +0200
csiph-web