MatrixEquations.jl VS Metatheory.jl

Compare MatrixEquations.jl vs Metatheory.jl and see what are their differences.

Metatheory.jl

General purpose algebraic metaprogramming and symbolic computation library for the Julia programming language: E-Graphs & equality saturation, term rewriting and more. (by JuliaSymbolics)
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
MatrixEquations.jl Metatheory.jl
1 5
78 334
- 1.2%
8.2 8.1
3 months ago 5 days ago
Julia Julia
MIT License MIT License
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.

MatrixEquations.jl

Posts with mentions or reviews of MatrixEquations.jl. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-17.

Metatheory.jl

Posts with mentions or reviews of Metatheory.jl. 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
    I'd love to see something in the lines of Julia's https://juliasymbolics.github.io/Metatheory.jl/dev/
  • Twitter Thread: Symbolic Computing for Compiler Optimizations in Julia
    3 projects | /r/Julia | 3 Jan 2022
    From that example you can see how this makes some rather difficult compiler questions all be subsumed in the e-graph saturation solve. That solve itself isn't easy, it's an NP-hard problem that requires good heuristics and such, and that's what Metatheory.jl, and that's what chunks of the thesis are about. But given a good enough solver, the ability to write such transformation passes becomes rather trivial and you get an optimal solution in the sense of the chosen cost function. So problems like enabling automatic FMA on specific codes is rather simple with this tool: just declare a*b + c = fma(a,b,c), the former is a cost of 2 the latter is a cost of one, and let it rip.
  • Show HN: prometeo – a Python-to-C transpiler for high-performance computing
    19 projects | news.ycombinator.com | 17 Nov 2021
    Well IMO it can definitely be rewritten in Julia, and to an easier degree than python since Julia allows hooking into the compiler pipeline at many areas of the stack. It's lispy an built from the ground up for codegen, with libraries like (https://github.com/JuliaSymbolics/Metatheory.jl) that provide high level pattern matching with e-graphs. The question is whether it's worth your time to learn Julia to do so.

    You could also do it at the LLVM level: https://github.com/JuliaComputingOSS/llvm-cbe

    For interesting takes on that, you can see https://github.com/JuliaLinearAlgebra/Octavian.jl which relies on loopvectorization.jl to do transforms on Julia AST beyond what LLVM does. Because of that, Octavian.jl beats openblas on many linalg benchmarks

  • From Julia to Rust
    14 projects | news.ycombinator.com | 5 Jun 2021
  • Algebraic Metaprogramming in Julia with Metatheory.jl
    1 project | news.ycombinator.com | 12 Mar 2021

What are some alternatives?

When comparing MatrixEquations.jl and Metatheory.jl you can also consider the following projects:

prometeo - An experimental Python-to-C transpiler and domain specific language for embedded high-performance computing

JET.jl - An experimental code analyzer for Julia. No need for additional type annotations.

blasfeo - Basic linear algebra subroutines for embedded optimization

Dagger.jl - A framework for out-of-core and parallel execution

ControlSystems.jl - A Control Systems Toolbox for Julia

MacroTools.jl - MacroTools provides a library of tools for working with Julia code and expressions.

StaticCompiler.jl - Compiles Julia code to a standalone library (experimental)

acados - Fast and embedded solvers for nonlinear optimal control

Octavian.jl - Multi-threaded BLAS-like library that provides pure Julia matrix multiplication

hpipm - High-performance interior-point-method QP and QCQP solvers

SciMLBenchmarks.jl - Scientific machine learning (SciML) benchmarks, AI for science, and (differential) equation solvers. Covers Julia, Python (PyTorch, Jax), MATLAB, R