Lossless data compression in Go - Kanzi 2.1 released

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

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

    Fast lossless data compression in Go

  • 1) Regarding the API being hard to use. Strangely I find "compress" hard to use. Maybe I just do not know wher to start with it ? I think the kanzi API is super simple actually: just create a reader or writer as described in the WIKI https://github.com/flanglet/kanzi-go/wiki/Using-and-extending-the-code. It is a one liner and it is the entry level for most cases. The reason for exposing all interfaces at the top level is to allow developers to use different pieces of the code directly in their project: say just use the bitstream code or, say, entropy codecs ... It is a deliberate choice to make those externally visible.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB 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