Searching Compressed Space

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

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. 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.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. 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'...

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

  • What is currently the best LLM model for consumer grade hardware? Is it phi-4?

    2 projects | news.ycombinator.com | 30 May 2025
  • Introducing DICI : A Fast and Efficient Lossless Image Compression Format

    1 project | dev.to | 28 May 2025
  • Web4AI

    2 projects | dev.to | 23 May 2025
  • Writing into Uninitialized Buffers in Rust

    5 projects | news.ycombinator.com | 20 May 2025
  • Dealing With Web Fonts

    2 projects | dev.to | 5 May 2025