#
zstandard
Here are 57 public repositories matching this topic...
Optimized Go Compression Packages
-
Updated
Jun 5, 2021 - 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 19, 2021 - Pascal
compression
gzip
decompression
brotli
snappy
compress
compressor
zstd
lz4
compressor-benchmark
lzma
deflate
zstandard
decompress
gzip-compression
deflate-algorithm
lz4-compression
lz4-compressors
-
Updated
May 26, 2021 - C#
Simple python bindings to Yann Collet ZSTD compression library
-
Updated
May 19, 2021 - C
Multithreading Library for Brotli, Lizard, LZ4, LZ5, Snappy and Zstandard
-
Updated
Dec 19, 2020 - C
Swift wrapper around ZSTD compression lib
-
Updated
Feb 20, 2020 - Swift
Crystal bindings to the Zstandard (zstd) compression library
-
Updated
Jun 5, 2021 - Crystal
Django middleware to compress responses using several algorithms.
-
Updated
Mar 7, 2020 - Python
Postgres module for Zstandard compression/decompression with preset dictionary support
-
Updated
Oct 18, 2018 - C
SQLite3 extension for read/write storage compression with Zstandard
-
Updated
May 31, 2021 - C++
This gem provides FFI based Ruby bindings for the zstd (Zstandard) compression library.
-
Updated
Mar 21, 2019 - HTML
An Objective-C and Swift library for Zstd (Zstandard) compression and decompression.
-
Updated
Apr 9, 2020 - Objective-C
ZStandard Random Access (ZRA) allows random access inside an archive compressed using ZStandard
-
Updated
Jan 27, 2021 - C++
R bindings to the zstandard compression library
-
Updated
Jun 7, 2017 - C++
Simple, general-purpose archive file format with extremely fast compression.
-
Updated
May 28, 2021 - C++
C binding to libzstd (Zstandard compression library) written in Crystal
-
Updated
Sep 4, 2019 - Crystal
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 was able to confirm that
os.Create()will happily follow symlinks.Although standard tools like
tarwill not likely allow you to add two files with the same name to an archive file, it's certainly easy enough to do in code. This means that we need to add an additional check before writing to a destination to make sure that it's not a symlink outside of the destination.The vulnerab