matrex VS awesome-elixir

Compare matrex vs awesome-elixir and see what are their differences.

matrex

A blazing fast matrix library for Elixir/Erlang with C implementation using CBLAS. (by versilov)

awesome-elixir

A curated list of amazingly awesome Elixir and Erlang libraries, resources and shiny things. Updates: (by h4cc)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
matrex awesome-elixir
2 5
477 12,323
- -
0.0 6.5
over 3 years ago 7 days ago
Elixir Elixir
BSD 2-clause "Simplified" 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.

matrex

Posts with mentions or reviews of matrex. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-06.

awesome-elixir

Posts with mentions or reviews of awesome-elixir. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-11.
  • Code repositories that help you to become a better Elixir programmer
    7 projects | /r/elixir | 11 Sep 2022
  • Cool Elixir Libraries
    8 projects | /r/elixir | 6 Jun 2022
    it exists
  • Ask HN: Is Elixir Still Relevant?
    3 projects | news.ycombinator.com | 10 Apr 2021
    Few years ago, I was developing in Erlang and a bit in Elixir. That was very enjoyable, because the features of those languages (and especially the OTP framework) makes many things way easier.

    I've been looking back at Elixir for a few weeks for one of my project, and I'm worried.

    95% of the libraries I would need have not seen any commit since a few years. What's more frightening is that most libraries listed on awesome-elixir[1] seems to be unmaintained too. Almost like the Elixir community died 5 years ago (which I do not believe).

    Is this normal? Would you trust a seemingly unmaintained library? If not, would you implement all of that work from scratch?

    [1] - https://github.com/h4cc/awesome-elixir

What are some alternatives?

When comparing matrex and awesome-elixir you can also consider the following projects:

graphmath - An Elixir library for performing 2D and 3D mathematics.

Exads - Algorithms and Data Structures collection in Elixir

exmatrix - Elixir library implementing a parallel matrix multiplication algorithm and other utilities for working with matrices. Used for benchmarking computationally intensive concurrent code.

flow - Computational parallel flows on top of GenStage

gen_fsm - Elixir wrapper around OTP's gen_fsm

fsm - Finite State Machine data structure

monad - Monads and do-syntax for Elixir

parallel_stream - A parallelized stream implementation for Elixir

cuckoo - :bird: Cuckoo Filters in Elixir

erlang-algorithms - Implementations of popular data structures and algorithms

dataframe - Package providing functionality similar to Python's Pandas or R's data.frame()

MapDiff - Calculates the difference between two (nested) maps, and returns a map representing the patch of changes.