interpolative_coding VS banyan

Compare interpolative_coding vs banyan and see what are their differences.

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
interpolative_coding banyan
1 1
27 36
- -
0.0 0.0
over 1 year ago about 1 month ago
C++ Rust
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

interpolative_coding

Posts with mentions or reviews of interpolative_coding. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-14.
  • Time-Series Compression Algorithms
    7 projects | news.ycombinator.com | 14 May 2022
    I didn't see binary interpolative coding (BIC) referenced. It is one of my favorites introduced to me by the book "Managing Gigabytes" by Moffett and Bell [1]. It has great compression ratio for sequences and is commonly used in inverted indexes.

    There is neat implementation [2] and technical paper [3] by Giulio Ermanno Pibiri, which I just found today by looking for it.

    [1] https://people.eng.unimelb.edu.au/ammoffat/mg/

    [2] https://github.com/jermp/interpolative_coding

    [3] http://pages.di.unipi.it/pibiri/papers/BIC.pdf

banyan

Posts with mentions or reviews of banyan. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-14.
  • Time-Series Compression Algorithms
    7 projects | news.ycombinator.com | 14 May 2022
    I have found that a very good approach is to apply some very simple transformations such as delta encoding of timestamps, and then letting a good standard compression algorithm such as zstd or deflate take care of the rest.

    Delta encoding of timestamps helps a lot though, because it makes the redundancy more visible to a general purpose compression algorithm.

    I used this for the telemetry storage of the Columbus module of the international space station, back in ~2010, and then a few times since.

    http://blog.klaehn.org/2018/06/10/efficient-telemetry-storag...

    https://github.com/Actyx/banyan

What are some alternatives?

When comparing interpolative_coding and banyan you can also consider the following projects:

simple8b-timeseries-compression

simple8b-timeseries-compr

PyFastPFor - Python bindings for the fast integer compression library FastPFor.

FastPFor - The FastPFOR C++ library: Fast integer compression