- python3-aiohttp
- python3:any
- libjs-sphinxdoc (>= 7.3)
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.
Installed Size: 301.1 kB
Architectures: all