awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
versilov avatar

versilov/matrex

0
View on GitHub↗
489 星标·32 分支·Elixir·BSD-3-Clause·1 次浏览hexdocs.pm/matrex↗

Matrex

A blazing fast matrix library for Elixir/Erlang with C implementation using CBLAS.

Features

  • Algorithms and Data Structures - Fast matrix library with C implementation.

Star 历史

versilov/matrex 的 Star 历史图表versilov/matrex 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

versilov/matrex 是做什么的?

A blazing fast matrix library for Elixir/Erlang with C implementation using CBLAS.

versilov/matrex 的主要功能有哪些?

versilov/matrex 的主要功能包括:Algorithms and Data Structures。

versilov/matrex 有哪些开源替代品?

versilov/matrex 的开源替代品包括: 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… 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. a115/exmatrix — Elixir library implementing a parallel matrix multiplication algorithm and other utilities for working with matrices.…

Matrex 的开源替代方案

相似的开源项目,按与 Matrex 的功能重合度排序。
  • 0xax/go-algorithms0xAX 的头像

    0xAX/go-algorithms

    1,949在 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
    在 GitHub 上查看↗1,949
  • aalhour/c-sharp-algorithmsaalhour 的头像

    aalhour/c-sharp-algorithms

    6,159在 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#
    在 GitHub 上查看↗6,159
  • abvdasker/crystal-linked-listabvdasker 的头像

    abvdasker/crystal-linked-list

    12在 GitHub 上查看↗

    Simple linked list implementation in Crystal

    Crystal
    在 GitHub 上查看↗12
  • a115/exmatrixa115 的头像

    a115/exmatrix

    58在 GitHub 上查看↗

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

    Elixir
    在 GitHub 上查看↗58
查看 Matrex 的所有 30 个替代方案→