From e583f4626c171c3e735bd08841474203a26c8c0d Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Thu, 11 Jul 2024 14:32:03 +0200 Subject: [PATCH] =?UTF-8?q?http://=20=E2=86=92=20https://?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- RELEASE_NOTES.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 593a0b10..7e87ef33 100644 --- a/README.md +++ b/README.md @@ -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/). diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index 5acee5f2..10434319 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -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