Replies: 2 comments
|
This is a great proposal for Python 3.14+. Relying on standard library decompression eliminates the need to compile or distribute the Here is an analysis of how this can be cleanly integrated into 1. Decoder Architecture in
|
|
use httpx2 |
Uh oh!
There was an error while loading. Please reload this page.
the python 3.14 has add compression.zstd to stdlib, which can decompress zstd data without need of installing another third party library.
We should consider add zstd support when python 3.14 is used and no zstandard installed
All reactions