Algebird VS frunk

Compare Algebird vs frunk and see what are their differences.

frunk

Funktional generic type-level programming in Rust: HList, Coproduct, Generic, LabelledGeneric, Validated, Monoid and friends. (by lloydmeta)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
Algebird frunk
2 7
2,285 1,197
0.4% -
7.6 5.9
19 days ago 2 months ago
Scala Rust
Apache License 2.0 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.

Algebird

Posts with mentions or reviews of Algebird. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-13.
  • What do you use when you have to store high cardinality metrics?
    5 projects | /r/golang | 13 Feb 2023
    https://github.com/twitter/algebird (production ready, used at Twitter, but for the JVM)
  • Symbolics.jl: A Modern Computer Algebra System for a Modern Language
    6 projects | news.ycombinator.com | 5 Mar 2021
    Hey, I have... I'm a co-author of Algebird[0], which has many ideas that I'd pull over.

    I'm hoping to introduce Clojure's "spec" or "schema" libraries so that the types at play can at least be inspectable inside the system. In a fully typed language, I'd implement the extensible generics as typeclasses.

    I suspect it would make it quite a bit tougher (at least in the approach I'm imagining) for folks to write new generic functions, due to many type constructors...

    On the other hand, the complexity is there, even if you don't write it down!

    It would be a big project, and a worthy effort, to write down types for everything in SICM.

    [0] https://github.com/twitter/algebird

frunk

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

What are some alternatives?

When comparing Algebird and frunk you can also consider the following projects:

Breeze - Breeze is a numerical processing library for Scala.

tyrade - A pure functional language for type-level programming in Rust

Zeppelin - Web-based notebook that enables data-driven, interactive data analytics and collaborative documents with SQL, Scala and more.

stately-streams - combine mutable state and asynchronous streams without deadlocks

Spire - Powerful new number types and numeric abstractions for Scala.

sicmutils - Computer Algebra, Physics and Differential Geometry in Clojure.

Saddle

scroll - Scroll - making scrolling through buffers fun since 2016

ND4S - ND4S: N-Dimensional Arrays for Scala. Scientific Computing a la Numpy. Based on ND4J.

typic - Type-safe transmutations between layout-compatible types.

Apache Spark - Apache Spark - A unified analytics engine for large-scale data processing

prop-rs - duck typed objects for rust using const generics