What's the best way to compress strings?

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

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

    Zstandard - Fast real-time compression algorithm

  • zstd, whether you want to favor speed or ratio or both its just the best

  • ZLib

    A massively spiffy yet delicately unobtrusive compression library.

  • 1) zlib https://github.com/madler/zlib

  • 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
  • Snappy

    A fast compressor/decompressor

  • LZ4

    Extremely Fast Compression algorithm

  • lz4 for maximum decompression speed, for data that is often read but rarely written

  • xxHash

    Extremely fast non-cryptographic hash algorithm

  • Interestingly they were both developed along xxHash by the great Yann Collet who makes my country proud !

  • 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