-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Unknown
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Python Drivers
-
None
-
None
-
None
-
None
-
None
-
None
3.14 added Zstandard to the standard library: https://peps.python.org/pep-0784/
from compression import zstd
compressed = zstd.compress(data)
We should add support for this so that we can eventually remove our dependency on the 3rd party zstandard library: https://pypi.org/project/zstandard/