awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to a115/exmatrix

Open-source alternatives to Exmatrix

30 open-source projects similar to a115/exmatrix, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Exmatrix alternative.

  • 0xax/go-algorithmsAvatar 0xAX

    0xAX/go-algorithms

    1,949Vezi pe 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
    Vezi pe GitHub↗1,949
  • aalhour/c-sharp-algorithmsAvatar aalhour

    aalhour/c-sharp-algorithms

    6,159Vezi pe 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#
    Vezi pe GitHub↗6,159
  • algorithm-visualizer/algorithm-visualizerAvatar algorithm-visualizer

    algorithm-visualizer/algorithm-visualizer

    48,566Vezi pe GitHub↗

    Algorithm Visualizer is a web-based platform designed to bridge the gap between abstract code and concrete behavior by rendering logical operations into interactive animations. It functions as an educational environment where users can observe the step-by-step execution of computational logic, providing a visual browser for exploring how algorithms process data and change state in real time. The platform distinguishes itself through a custom instruction set that maps algorithmic operations to graphical primitives, ensuring consistent rendering across different programming languages. By utiliz

    JavaScriptalgorithmanimationdata-structure
    Vezi pe GitHub↗48,566

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Find more with AI search
  • akade/akade.indexedsetAvatar akade

    akade/Akade.IndexedSet

    86Vezi pe GitHub↗

    A convenient data structure supporting efficient in-memory indexing and querying, including range queries and fuzzy string matching.

    C#
    Vezi pe GitHub↗86
  • ayrat555/clopeAvatar ayrat555

    ayrat555/clope

    22Vezi pe GitHub↗

    Elixir implementation of CLOPE: A Fast and Effective Clustering Algorithm for Transactional Data

    Elixir
    Vezi pe GitHub↗22
  • appcues/exconstructorAvatar appcues

    appcues/exconstructor

    293Vezi pe GitHub↗

    An Elixir library for generating struct constructors that handle external data with ease.

    Elixir
    Vezi pe GitHub↗293
  • asaaki/fnv.exAvatar asaaki

    asaaki/fnv.ex

    5Vezi pe GitHub↗

    Pure Elixir implementation of Fowler–Noll–Vo hash functions

    Elixir
    Vezi pe GitHub↗5
  • biaochenxuying/blogAvatar biaochenxuying

    biaochenxuying/blog

    4,774Vezi pe GitHub↗

    This project is a frontend development blog and technical knowledge base. It serves as a software engineering reference and web development portfolio, providing a curated collection of articles and notes on front-end engineering, programming patterns, and computer science fundamentals. The site focuses on frontend engineering education and technical knowledge management. It covers software architecture patterns, web development workflows, and engineering interview preparation through the organization of technical guides and tutorials. The project's scope includes the documentation of browser

    HTMLalgorithmselement-uiexpress
    Vezi pe GitHub↗4,774
  • asonge/loomAvatar asonge

    asonge/loom

    228Vezi pe GitHub↗

    A CRDT library with δ-CRDT support.

    Elixir
    Vezi pe GitHub↗228
  • awetzel/exfsmAvatar awetzel

    awetzel/exfsm

    12Vezi pe GitHub↗

    Simple elixir library to define a static FSM.

    Elixir
    Vezi pe GitHub↗12
  • dmtrkovalenko/odiffAvatar dmtrKovalenko

    dmtrKovalenko/odiff

    3,057Vezi pe GitHub↗

    A very fast SIMD-first image comparison library (with nodejs API)

    Zig
    Vezi pe GitHub↗3,057
  • ayrat555/rockAvatar ayrat555

    ayrat555/rock

    12Vezi pe GitHub↗

    Elixir implementation of ROCK: A Robust Clustering Algorithm for Categorical Attributes

    Elixir
    Vezi pe GitHub↗12
  • backtracking/combineAvatar backtracking

    backtracking/combine

    37Vezi pe GitHub↗

    OCaml library for combinatorics

    OCaml
    Vezi pe GitHub↗37
  • backtracking/ocamlgraphAvatar backtracking

    backtracking/ocamlgraph

    252Vezi pe GitHub↗

    OCaml graph library

    OCaml
    Vezi pe GitHub↗252
  • barretlee/daily-algorithmsB

    barretlee/daily-algorithms

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • arianvp/elixir-isaacAvatar arianvp

    arianvp/elixir-isaac

    4Vezi pe GitHub↗

    Isaac

    Elixir
    Vezi pe GitHub↗4
  • c910335/crieAvatar c910335

    c910335/crie

    12Vezi pe GitHub↗

    Compile-time Trie in Crystal

    Crystal
    Vezi pe GitHub↗12
  • clever-algorithms/cleveralgorithmsAvatar clever-algorithms

    clever-algorithms/CleverAlgorithms

    2,114Vezi pe GitHub↗

    Clever Algorithms: Nature-Inspired Programming Recipes

    TeX
    Vezi pe GitHub↗2,114
  • crertel/graphmathAvatar crertel

    crertel/graphmath

    89Vezi pe GitHub↗

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

    Elixir
    Vezi pe GitHub↗89
  • dalmatinerdb/mmathAvatar dalmatinerdb

    dalmatinerdb/mmath

    4Vezi pe GitHub↗

    Metric stream related math functions.

    Erlang
    Vezi pe GitHub↗4
  • dashbitco/flowAvatar dashbitco

    dashbitco/flow

    1,612Vezi pe GitHub↗

    Computational parallel flows on top of GenStage

    Elixir
    Vezi pe GitHub↗1,612
  • dkendal/aruspexAvatar dkendal

    dkendal/aruspex

    41Vezi pe GitHub↗

    A configurable constraint solver

    Elixir
    Vezi pe GitHub↗41
  • aggelgian/erlang-algorithmsAvatar aggelgian

    aggelgian/erlang-algorithms

    160Vezi pe GitHub↗

    Implementations of popular data structures and algorithms

    Erlang
    Vezi pe GitHub↗160
  • duailibe/cuidAvatar duailibe

    duailibe/cuid

    55Vezi pe GitHub↗

    Collision-resistant ids, in Elixir

    Elixir
    Vezi pe GitHub↗55
  • edubkendo/supermemoAvatar edubkendo

    edubkendo/supermemo

    18Vezi pe GitHub↗

    An Elixir implementation of the Supermemo 2 algorithm

    Elixir
    Vezi pe GitHub↗18
  • expede/witchcraftAvatar expede

    expede/witchcraft

    1,232Vezi pe GitHub↗

    Monads and other dark magic for Elixir

    Elixir
    Vezi pe GitHub↗1,232
  • geocrystal/haversineAvatar geocrystal

    geocrystal/haversine

    19Vezi pe GitHub↗

    Crystal implementation of the Haversine formula to calculate distances between two points given their latitudes and longitudes

    Crystal
    Vezi pe GitHub↗19
  • gmcabrita/bloomexAvatar gmcabrita

    gmcabrita/bloomex

    111Vezi pe GitHub↗

    :hibiscus: A pure Elixir implementation of Scalable Bloom Filters

    Elixir
    Vezi pe GitHub↗111
  • gmcabrita/cuckooAvatar gmcabrita

    gmcabrita/cuckoo

    42Vezi pe GitHub↗

    :bird: Cuckoo Filters in Elixir

    Elixir
    Vezi pe GitHub↗42
  • abvdasker/crystal-linked-listAvatar abvdasker

    abvdasker/crystal-linked-list

    12Vezi pe GitHub↗

    Simple linked list implementation in Crystal

    Crystal
    Vezi pe GitHub↗12