home.social

#zstandard — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #zstandard, aggregated by home.social.

fetched live
  1. Тест современных компрессоров для HTTP

    Сжатие текста уже давно стало стандартом в мире веб‑приложений. Сокращение объёма данных даёт сокращение времени передачи и снижение нагрузки на сетевой канал. Однако, часто настройка компрессии сводится к динамическому сжатию gzip и настройкам по умолчанию. В этой статье разберём вопрос сжатия более глубоко. Для начала вспомним основные технологии сжатия, доступные в вебе.

    habr.com/ru/articles/1040692/

    #angie #gzip #brotli #zstd #zstandard

  2. Creating .tar.zst archives on Windows doesn’t require extra software. The native tar command already supports Zstandard (zstd). Simply add the context menu option to get started: https://github.com/SamiLehtinen/CompressTarZstd #Windows #Zstandard #Zstd #compression

  3. Nice! Btrfs with Zstd fast modes can significantly boost read performance for compressible data. #Linux #Zstandard #btrfs #datacompression

  4. Interesting blog post about text classification using compression, specifically the new "compression.zstd" module contributed by @emmatyping

    maxhalford.github.io/blog/text

    #compression #zstd #zstandard #classification

  5. Today I discovered that there is also an excellent compression format, #Zstandard (ZSTD), is fast with an excellent compression ratio, developed by #Meta, and released as #opensource
    I needed to backup my files because I have to wipe my PC and reinstall #Linux. Now I have a dilemma: choosing between #antiX and #Lubuntu. I have a fairly decent computer, so I could even install a more full-featured OS, but I prefer an OS that doesn’t use too many resources.
    #zstd
    youtube.com/watch?v=k5XsiuxHv_A

  6. Brand new PEP by @emmatyping to add Zstandard to the standard library:
    peps.python.org/pep-0784/

    Will it make it in to 3.14 before the feature freeze on 2025-05-06? It'll be close but it's possible!

    The PEP also suggests namespacing the other compression libraries lzma, bz2 and zlib, with a 10-year deprecation for the old names.

    Join the discussion to give your support, suggestions or feedback:

    discuss.python.org/t/pep-784-a

    #PEP #PEP784 #zstd #zstandard #stdlib #Python #compression

  7. #Zstandard (aka #zstd) v1.5.7 is out:

    github.com/facebook/zstd/relea

    '"[…] a significant release […] brings enhancements across various domains, including performance, stability, and functionality […]

    The compression speed for small data blocks has been notably improved at fast compression levels[…]

    The --patch-from functionality of the zstd CLI […] v1.5.7 largely mitigates the speed impact of high compression levels 18+,

    The compression ratio has been enhanced slightly for large data across all compression levels […]"'