[ 原始碼: 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
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-aiohttp
- http client/server for asyncio
-
- dep: python3-isal
- faster zlib and gzip compatible (de-)compression using the ISA-L library