aiohttp-fast-url-dispatcher 0.3.1-2 source package in Ubuntu
Changelog
aiohttp-fast-url-dispatcher (0.3.1-2) unstable; urgency=medium * Source-only upload to allow package to migrate to testing. -- Edward Betts <edward@4angle.com> Wed, 31 Jul 2024 09:14:24 +0900
Upload details
- Uploaded by:
- Debian Python Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Python Team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Plucky | release | universe | misc | |
Oracular | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
aiohttp-fast-url-dispatcher_0.3.1-2.dsc | 2.5 KiB | 08f27645c592a521dad1221af1ce86f7b252d42c396d078d10687e349577b382 |
aiohttp-fast-url-dispatcher_0.3.1.orig.tar.gz | 54.9 KiB | 76cc0a01abc19c39731a1a70ef6b1b1297fdd8b2ed51a37b1780622b305fa88c |
aiohttp-fast-url-dispatcher_0.3.1-2.debian.tar.xz | 3.9 KiB | 15b71b0ca4afa0f5959d654cfb3624ae44b4073df25e055c55aa5cb0bdcb0b4d |
Available diffs
- diff from 0.3.1-1 to 0.3.1-2 (358 bytes)
No changes file available.
Binary packages built by this source
- python3-aiohttp-fast-url-dispatcher: 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.