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
·
akade avatar

akade/Akade.IndexedSet

0
View on GitHub↗
86 stele·6 fork-uri·C#·MIT·2 vizualizări

Akade.IndexedSet

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

Features

  • Algorithms and Data Structures - Supports efficient in-memory indexing and querying with range support.

Istoric stele

Graficul istoricului de stele pentru akade/akade.indexedsetGraficul istoricului de stele pentru akade/akade.indexedset

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ță.

Start searching with AI

Alternative open-source pentru Akade.IndexedSet

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Akade.IndexedSet.
  • 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
  • abvdasker/crystal-linked-listAvatar abvdasker

    abvdasker/crystal-linked-list

    12Vezi pe GitHub↗

    Simple linked list implementation in Crystal

    Crystal
    Vezi pe GitHub↗12
  • a115/exmatrixAvatar a115

    a115/exmatrix

    58Vezi pe GitHub↗

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

    Elixir
    Vezi pe GitHub↗58
Vezi toate cele 30 alternative pentru Akade.IndexedSet→

Întrebări frecvente

Ce face akade/akade.indexedset?

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

Care sunt principalele funcționalități ale akade/akade.indexedset?

Principalele funcționalități ale akade/akade.indexedset sunt: Algorithms and Data Structures.

Care sunt câteva alternative open-source pentru akade/akade.indexedset?

Alternativele open-source pentru akade/akade.indexedset includ: 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… 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.…