Skip to content

Commit

Permalink
Merge pull request #381 from DimitriPapadopoulos/http
Browse files Browse the repository at this point in the history
http:// → https://
  • Loading branch information
FrancescAlted authored Jul 20, 2024
2 parents f6ce077 + e583f46 commit 7c44653
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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

0 comments on commit 7c44653

Please sign in to comment.