SumTypes.jl VS glow

Compare SumTypes.jl vs glow and see what are their differences.

SumTypes.jl

An implementation of Sum types in Julia (by MasonProtter)

glow

Compiler for Neural Network hardware accelerators (by pytorch)
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
SumTypes.jl glow
2 6
92 3,164
- 1.4%
7.8 8.2
3 months ago 6 days ago
Julia C++
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.

SumTypes.jl

Posts with mentions or reviews of SumTypes.jl. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-23.
  • Enums in Rust – and why they feel better
    2 projects | news.ycombinator.com | 23 Nov 2023
    An interesting aspect of sum types (what Rust calls enums) is that you can implement them in the language as a library if you have real unions, but not vice-versa.

    Here's my example of sum types being implemented in julia as a regular package: https://github.com/MasonProtter/SumTypes.jl

  • From Julia to Rust
    14 projects | news.ycombinator.com | 5 Jun 2021
    > Pattern matching

    MLStyle.jl [1] is quite nice for this and has been around for a while.

    > Tagged, closed unions

    These are less general than 'real' unions and can be implemented using them. E.g. SumTypes.jl [2] has some macros to make it a bit more convenient to define them, it could use some other quality of life features though.

    [1] https://thautwarm.github.io/MLStyle.jl/latest/syntax/pattern...

    [2] https://github.com/MasonProtter/SumTypes.jl

glow

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

What are some alternatives?

When comparing SumTypes.jl and glow you can also consider the following projects:

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

tvm - Open deep learning compiler stack for cpu, gpu and specialized accelerators

StaticArrays.jl - Statically sized arrays for Julia

serving - A flexible, high-performance serving system for machine learning models

Catlab.jl - A framework for applied category theory in the Julia language

XLA.jl - Julia on TPUs

Symbolics.jl - Symbolic programming for the next generation of numerical software

egg - egg is a flexible, high-performance e-graph library

Metatheory.jl - General purpose algebraic metaprogramming and symbolic computation library for the Julia programming language: E-Graphs & equality saturation, term rewriting and more.

runtime - A performant and modular runtime for TensorFlow