Searching Compressed Space

This page summarizes the projects mentioned and recommended in the original post on /r/learnpython

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • ZLib

    A massively spiffy yet delicately unobtrusive compression library.

  • These libraries are themselves wrappers of low-level libraries, primarily for performance considerations (as they are almost always coded in C). If you really want to dig into the structure of those formats, you should rather investigate the possibilities of these low-level libraries. Like https://tukaani.org/xz/ for xz/lzma, or https://zlib.net/ for lzw.

  • LZMA

    (Unofficial) Git mirror of LZMA SDK releases

  • And that links to https://www.7-zip.org/sdk.html , in the download there see the DOC folder for documentation? I really can't figure out how that somehow 'sends you back to python's lzma'...

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts