hegg VS RoaringBitmap

Compare hegg vs RoaringBitmap and see what are their differences.

RoaringBitmap

A better compressed bitset in Java: used by Apache Spark, Netflix Atlas, Apache Pinot, Tablesaw, and many others (by RoaringBitmap)
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
hegg RoaringBitmap
3 24
72 3,404
- 1.3%
6.7 8.5
19 days ago about 1 month ago
Haskell Java
BSD 3-clause "New" or "Revised" 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.

hegg

Posts with mentions or reviews of hegg. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-26.
  • [ANN] E-graphs and equality saturation: hegg 0.1
    3 projects | /r/haskell | 26 Aug 2022
  • Ask HN: What are some 'cool' but obscure data structures you know about?
    54 projects | news.ycombinator.com | 21 Jul 2022
    Equality graphs (e-graphs) for theorem proving and equality saturation and other equality-related things.

    They're awesome data structures that efficiently maintain a congruence relation over many expressions

    > At a high level, e-graphs extend union-find to compactly represent equivalence classes of expressions while maintaining a key invariant: the equivalence relation is closed under congruence.

    e.g. If I were to represent "f(x)" and "f(y)" in the e-graph, and then said "x == y" (merged "x" and "y" in the e-graph), then the e-graph, by congruence, would be able to tell me that "f(x) == f(y)"

    e.g. If I were to represent "a(2/2)", in the e-graph, then say "2/2 == 1", and "x1 == x", by congruence the e-graph would know "a*(2/2) == a" !

    The most recent description of e-graphs with an added insight on implementation is https://arxiv.org/pdf/2004.03082.pdf to the best of my knowledge.

    P.S: I'm currently implementing them in Haskell https://github.com/alt-romes/hegg

RoaringBitmap

Posts with mentions or reviews of RoaringBitmap. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-18.

What are some alternatives?

When comparing hegg and RoaringBitmap you can also consider the following projects:

Folly - An open-source C++ library developed and used at Facebook.

HyperMinHash-java - Union, intersection, and set cardinality in loglog space

us - An alternative interface to Sia

lucene - Apache Lucene open-source search software

CPython - The Python programming language

CQEngine - Ultra-fast SQL-like queries on Java collections

ann-benchmarks - Benchmarks of approximate nearest neighbor libraries in Python

Primes - Prime Number Projects in C#/C++/Python

multiversion-concurrency-contro

Feign - Feign makes writing java http clients easier

TablaM - The practical relational programing language for data-oriented applications

maven-compiler-plugin - Apache Maven Compiler Plugin