zstandard
Here are 49 public repositories matching this topic...
-
Updated
Nov 13, 2020 - CSS
-
Updated
Oct 5, 2020 - C
-
Updated
Oct 16, 2020 - C
-
Updated
Nov 11, 2020 - C#
-
Updated
Feb 20, 2020 - Swift
-
Updated
Jun 28, 2020 - Crystal
-
Updated
Mar 7, 2020 - Python
-
Updated
Oct 18, 2018 - C
-
Updated
Apr 9, 2020 - Objective-C
-
Updated
Mar 21, 2019 - HTML
-
Updated
Sep 16, 2020 - C++
-
Updated
Jun 7, 2017 - C++
-
Updated
Sep 11, 2020 - C++
-
Updated
Sep 2, 2020 - C++
-
Updated
Sep 4, 2019 - Crystal
-
Updated
Jan 25, 2019 - Python
-
Updated
Jun 1, 2020 - Python
We generate one benchmark run per combination of serializer, compressor and encryptor (see code). The runs have no dependency on each other, so it should be possible to run them in parallel using multiprocessing.
-
Updated
Sep 18, 2020 - C#
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