Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

http:// → https:// #381

Merged
merged 1 commit into from
Jul 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ actually work like a regular codec.

Currently C-Blosc comes with support of BloscLZ, a compressor heavily
based on FastLZ (https://ariya.github.io/FastLZ/), LZ4 and LZ4HC
(http://www.lz4.org/), Snappy
(https://lz4.org/), Snappy
(https://google.github.io/snappy/), Zlib (https://zlib.net/) and
Zstandard (https://facebook.github.io/zstd/).

Expand Down
4 changes: 2 additions & 2 deletions RELEASE_NOTES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -962,11 +962,11 @@ Changes from 1.2.4 to 1.3.0

A nice handful of compressors have been added to Blosc:

* LZ4 (http://www.lz4.org/: A very fast
* LZ4 (https://lz4.org/: A very fast
compressor/decompressor. Could be thought as a replacement of the
original BloscLZ, but it can behave better is some scenarios.

* LZ4HC (http://www.lz4.org/): This is a variation of LZ4
* LZ4HC (https://lz4.org/): This is a variation of LZ4
that achieves much better compression ratio at the cost of being
much slower for compressing. Decompression speed is unaffected (and
sometimes better than when using LZ4 itself!), so this is very good
Expand Down