egraphs-good/egg
egg is a flexible, high-performance e-graph library observed · 2026-08-28
Health v2 · maintenance only
74/100
- Activity 93
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2687
- days_rel: n/a
- days_push: 45
- n_releases_24m: 0
Adoption not part of the score
1822 stars · 201 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
egg is a Rust library implementing e-graphs and equality saturation, providing a fast and flexible data structure for compactly representing many equivalent expressions. It is used to build program optimizers, synthesizers, verifiers, and other tools based on rewrite rules.
Use cases
- build a program optimizer using equality saturation
- implement an e-graph data structure in Rust
- write a compiler pass that applies rewrite rules
- build a program synthesizer or verifier
- symbolic math simplification with rewrite rules
- partial evaluation of a lambda calculus
When to choose
- you need a high-performance, hackable e-graph library in Rust
- you want to experiment with equality saturation for optimization or synthesis
- you prefer a simpler library design over a Datalog-based system
When to avoid
- you want a language-based, Datalog-driven approach with incremental execution - use egglog instead
- you need Python bindings out of the box
- your project has nothing to do with term rewriting or equivalence reasoning
Facets
library · maturity active
parser compiler interpreter developer-tools compilers programming-languages developer-tools rust cross-platform e-graphs equality-saturation term-rewriting program-optimization program-synthesis smt rust-library algorithms research
3 sources
- readme: https://github.com/egraphs-good/egg · fetched 2026-08-28 · 76667e9f1e5b
- homepage: https://egraphs-good.github.io · fetched 2026-08-29 · 06f9d3e596f6
- registry_crates: https://crates.io/api/v1/crates/egg · fetched 2026-08-29 · b89895afd438
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| egraphs-good/egg | main | 74 |
For agents
markdown · JSON · MCP: product_card(name="egraphs-good/egg")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem