[ 源代码: aiohttp-fast-zlib ]
软件包:python3-aiohttp-fast-zlib(0.3.0-1)
python3-aiohttp-fast-zlib 的相关链接
Debian 的资源:
下载源码包 aiohttp-fast-zlib:
- [aiohttp-fast-zlib_0.3.0-1.dsc]
- [aiohttp-fast-zlib_0.3.0.orig.tar.gz]
- [aiohttp-fast-zlib_0.3.0-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Library to enhance zlib performance in aiohttp
This library improves the performance of zlib in aiohttp by replacing it with more efficient alternatives. It substitutes the default zlib usage in aiohttp with 'isal' which is designed to boost compression and decompression speeds significantly. This enhancement is particularly beneficial in contexts where aiohttp's websocket connections may suffer from zlib-induced bottlenecks.
其他与 python3-aiohttp-fast-zlib 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-aiohttp
- http client/server for asyncio
-
- dep: python3-isal
- faster zlib and gzip compatible (de-)compression using the ISA-L library