awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
a115 avatar

a115/exmatrix

0
View on GitHub↗
58 estrellas·14 forks·Elixir·Apache-2.0·2 vistasa115.co.uk↗

Exmatrix

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

Features

  • Algorithms and Data Structures - Library for parallel matrix multiplication.

Historial de estrellas

Gráfico del historial de estrellas de a115/exmatrixGráfico del historial de estrellas de a115/exmatrix

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Exmatrix

Proyectos open-source similares, clasificados según cuántas características comparten con Exmatrix.
  • 0xax/go-algorithmsAvatar de 0xAX

    0xAX/go-algorithms

    1,949Ver en GitHub↗

    This library provides a comprehensive collection of fundamental computer science primitives implemented in Go. It serves as a resource for both educational purposes and production applications, offering standard tools for organizing, searching, and sorting data. The implementation leverages language-level type parameters to ensure type safety while maintaining flexibility across different data types. It utilizes interface-driven polymorphism and pointer-based memory management to define common behaviors and handle complex structures. To optimize performance, the library employs in-place data

    Goalgorithmdata-structuresgo
    Ver en GitHub↗1,949
  • aalhour/c-sharp-algorithmsAvatar de aalhour

    aalhour/c-sharp-algorithms

    6,159Ver en GitHub↗

    This project is a C# algorithms library and collection of data structures. It serves as a computer science reference providing practical implementations of classic sorting, searching, and graph traversal patterns. The library includes a dedicated string processing toolkit for analyzing text similarity, computing edit distances, and managing prefix-based searches. It also features a graph theory implementation for modeling network relationships and calculating shortest paths. The codebase covers a broad range of capabilities, including the management of linear and hierarchical collections, tr

    C#
    Ver en GitHub↗6,159
  • aggelgian/erlang-algorithmsAvatar de aggelgian

    aggelgian/erlang-algorithms

    160Ver en GitHub↗

    Implementations of popular data structures and algorithms

    Erlang
    Ver en GitHub↗160
  • abvdasker/crystal-linked-listAvatar de abvdasker

    abvdasker/crystal-linked-list

    12Ver en GitHub↗

    Simple linked list implementation in Crystal

    Crystal
    Ver en GitHub↗12
Ver las 30 alternativas a Exmatrix→

Preguntas frecuentes

¿Qué hace a115/exmatrix?

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

¿Cuáles son las características principales de a115/exmatrix?

Las características principales de a115/exmatrix son: Algorithms and Data Structures.

¿Qué alternativas de código abierto existen para a115/exmatrix?

Las alternativas de código abierto para a115/exmatrix incluyen: 0xax/go-algorithms — This library provides a comprehensive collection of fundamental computer science primitives implemented in Go. It… aalhour/c-sharp-algorithms — This project is a C# algorithms library and collection of data structures. It serves as a computer science reference… algorithm-visualizer/algorithm-visualizer — Algorithm Visualizer is a web-based platform designed to bridge the gap between abstract code and concrete behavior by… akade/akade.indexedset — A convenient data structure supporting efficient in-memory indexing and querying, including range queries and fuzzy… aggelgian/erlang-algorithms — Implementations of popular data structures and algorithms. abvdasker/crystal-linked-list — Simple linked list implementation in Crystal.