#
zstandard
Here are 68 public repositories matching this topic...
Optimized Go Compression Packages
-
Updated
Apr 6, 2022 - Go
Free Zip / Unzip software and Rar file extractor. Cross-platform file and archive manager. Features volume spanning, compression, authenticated encryption. Supports 7Z, 7-Zip sfx, ACE, ARJ, Brotli, BZ2, CAB, CHM, CPIO, DEB, GZ, ISO, JAR, LHA/LZH, NSIS, OOo, PAQ/LPAQ, PEA, QUAD, RAR, RPM, split, TAR, Z, ZIP, ZIPX, Zstandard.
-
Updated
Apr 5, 2022 - Pascal
3
enhancement
New feature or request
help wanted
Extra attention is needed
good first issue
Good for newcomers
Random Access Read-Only Tar Mount
fuse
compression
gzip
filesystem
zip
extract
tar
rar
bzip2
tar-archive
zstd
mounting
random-access
xz
gz
bz2
zstandard
unionfs
mergefs
-
Updated
Apr 5, 2022 - Python
compression
gzip
decompression
brotli
snappy
compress
compressor
zstd
lz4
compressor-benchmark
lzma
deflate
zstandard
decompress
gzip-compression
deflate-algorithm
lz4-compression
lz4-compressors
-
Updated
Mar 21, 2022 - C#
Simple python bindings to Yann Collet ZSTD compression library
-
Updated
Jan 3, 2022 - C
Multithreading Library for Brotli, Lizard, LZ4, LZ5, Snappy and Zstandard
-
Updated
Mar 26, 2022 - C
Swift wrapper around ZSTD compression lib
-
Updated
Oct 26, 2021 - Swift
SQLite3 extension for read/write storage compression with Zstandard
-
Updated
Mar 26, 2022 - C++
Crystal bindings to the Zstandard (zstd) compression library
-
Updated
Mar 26, 2022 - Crystal
Open
wasm function signature contains illegal type when the uncompressedSize is not known in advance
1
getkey
commented
Feb 9, 2021
I haven't tried your library yet, and maybe you already tried this, but I wanted to bring this comment facebook/zstd#606 (comment) by a zstd developer to your attention because it looks like a solution to the problem you mention in the readme.
you can use ZSTD_getFrameContentSize() to find the uncompressed size of the data, and t
enhancement
New feature or request
help wanted
Extra attention is needed
good first issue
Good for newcomers
Postgres module for Zstandard compression/decompression with preset dictionary support
-
Updated
Oct 18, 2018 - C
Django middleware to compress responses using several algorithms.
-
Updated
Mar 7, 2020 - Python
ZStandard Random Access (ZRA) allows random access inside an archive compressed using ZStandard
-
Updated
Jan 27, 2021 - C++
An Objective-C and Swift library for Zstd (Zstandard) compression and decompression.
-
Updated
Apr 9, 2020 - Objective-C
This gem provides FFI based Ruby bindings for the zstd (Zstandard) compression library.
-
Updated
Mar 21, 2019 - HTML
-
Updated
Nov 5, 2021 - Python
Improve this page
Add a description, image, and links to the zstandard topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the zstandard topic, visit your repo's landing page and select "manage topics."
I've forked a small modification to SevenZipFile.writeall and SevenZipFile._writeall so as to enable flattening the zip and picking specific files (eg through glob). It could probably do with some refinement.
@miurahr, penny for your thoughts?