awesome-repositories.com
Blog
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 aio-arch/graphlib

Open-source alternatives to Graphlib

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

  • xtaci/algorithmsAvatar xtaci

    xtaci/algorithms

    5,454Vezi pe GitHub↗

    This is a collection of classical algorithms and data structures implemented as a header-only C++ library. It provides a suite of tools for general algorithm implementation, including data structure management, graph theory analysis, and string processing. The library is distinguished by its specialized toolkits for cryptographic hashing and encoding, featuring implementations of MD5, SHA-1, and Base64. It also includes advanced capabilities for high-performance string processing via suffix trees and arrays, as well as computational number theory for primality testing and arbitrary-precision

    C++
    Vezi pe GitHub↗5,454
  • adrianbrad/queueAvatar adrianbrad

    adrianbrad/queue

    357Vezi pe GitHub↗

    ⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way.

    Go
    Vezi pe GitHub↗357
  • bits-and-blooms/bloomAvatar bits-and-blooms

    bits-and-blooms/bloom

    2,791Vezi pe GitHub↗

    Go package implementing Bloom filters, used by many important systems

    Go
    Vezi pe GitHub↗2,791
  • agnivade/levenshteinAvatar agnivade

    agnivade/levenshtein

    470Vezi pe GitHub↗

    Go implementation to calculate Levenshtein Distance.

    Go
    Vezi pe GitHub↗470
  • alandefreitas/smallAvatar alandefreitas

    alandefreitas/small

    150Vezi pe GitHub↗

    C++ small containers

    C++
    Vezi pe GitHub↗150

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
  • algorithm-ninja/cpp-btreeAvatar algorithm-ninja

    algorithm-ninja/cpp-btree

    80Vezi pe GitHub↗

    Git mirror of the official (mercurial) repository of cpp-btree

    C
    Vezi pe GitHub↗80
  • alvii147/gloopAvatar alvii147

    alvii147/gloop

    28Vezi pe GitHub↗

    Go utility library for convenient looping using Go's range-over-func feature

    Go
    Vezi pe GitHub↗28
  • amallia/go-efAvatar amallia

    amallia/go-ef

    41Vezi pe GitHub↗

    A Go implementation of the Elias-Fano encoding

    Go
    Vezi pe GitHub↗41
  • arximboldi/immerAvatar arximboldi

    arximboldi/immer

    2,854Vezi pe GitHub↗

    Postmodern immutable and persistent data structures for C++ — value semantics at scale

    C++
    Vezi pe GitHub↗2,854
  • athari/yalinqoAvatar Athari

    Athari/YaLinqo

    453Vezi pe GitHub↗

    Yet Another LINQ to Objects for PHP Simplified BSD

    PHP
    Vezi pe GitHub↗453
  • aurelien-rainone/go-rquadAvatar aurelien-rainone

    aurelien-rainone/go-rquad

    141Vezi pe GitHub↗

    :pushpin: State of the art point location and neighbour finding algorithms for region quadtrees, in Go

    Go
    Vezi pe GitHub↗141
  • axiomhq/hyperloglogAvatar axiomhq

    axiomhq/hyperloglog

    1,038Vezi pe GitHub↗

    HyperLogLog with lots of sugar (Sparse, LogLog-Beta bias correction and TailCut space reduction) brought to you by Axiom

    Go
    Vezi pe GitHub↗1,038
  • barweiss/go-tupleAvatar barweiss

    barweiss/go-tuple

    100Vezi pe GitHub↗

    Go 1.18+ generic tuple

    Go
    Vezi pe GitHub↗100
  • bits-and-blooms/bitsetAvatar bits-and-blooms

    bits-and-blooms/bitset

    1,505Vezi pe GitHub↗

    Go package implementing bitsets

    Go
    Vezi pe GitHub↗1,505
  • agext/levenshteinAvatar agext

    agext/levenshtein

    92Vezi pe GitHub↗

    Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix.

    Go
    Vezi pe GitHub↗92
  • blackrabbitt/mspmAvatar BlackRabbitt

    BlackRabbitt/mspm

    29Vezi pe GitHub↗

    Multi-String Pattern Matching Algorithm Using TrieNode

    Go
    Vezi pe GitHub↗29
  • blevesearch/bleveAvatar blevesearch

    blevesearch/bleve

    10,986Vezi pe GitHub↗

    Bleve is a search indexing engine library written in Go, designed to provide full-text search and document retrieval capabilities for embedded application data. It functions as a framework for indexing structured or unstructured information, allowing developers to build searchable collections that support complex query logic and data analysis. The engine distinguishes itself through a pluggable analysis pipeline that normalizes text before indexing, alongside support for vector similarity search to identify semantically related content. It utilizes finite-state transducer automata for efficie

    Go
    Vezi pe GitHub↗10,986
  • bobg/comboAvatar bobg

    bobg/combo

    3Vezi pe GitHub↗

    Combinatorial operations for Go

    Go
    Vezi pe GitHub↗3
  • bobg/go-genericsAvatar bobg

    bobg/go-generics

    87Vezi pe GitHub↗

    This is go-generics, a collection of typesafe generic utilities for slices, sets, and goroutine patterns in Go.

    Go
    Vezi pe GitHub↗87
  • bobg/hashsplitAvatar bobg

    bobg/hashsplit

    32Vezi pe GitHub↗

    Hashsplitting is a way of dividing a byte stream into pieces based on the stream's content rather than on any predetermined chunk size. As the Splitter reads the stream it maintains a rolling checksum of the last several bytes. A chunk boundary occurs when the rolling checksum has enough…

    Go
    Vezi pe GitHub↗32
  • bobg/merkleAvatar bobg

    bobg/merkle

    22Vezi pe GitHub↗

    Merkle hash trees

    Go
    Vezi pe GitHub↗22
  • bw-hro/sqlitemapAvatar bw-hro

    bw-hro/sqlitemap

    8Vezi pe GitHub↗

    sqlitemap is a lightweight C++ wrapper around SQLite that provides a simple, map-like interface.

    C++
    Vezi pe GitHub↗8
  • cakephp/collectionAvatar cakephp

    cakephp/collection

    90Vezi pe GitHub↗

    READ-ONLY Collection library in CakePHP. This repo is a split of the main code that can be found in https://github.com/cakephp/cakephp

    PHP
    Vezi pe GitHub↗90
  • cameron314/concurrentqueueAvatar cameron314

    cameron314/concurrentqueue

    12,070Vezi pe GitHub↗

    ConcurrentQueue is a header-only C++ template library that provides a lock-free data structure for multi-producer multi-consumer thread communication. It functions as a synchronization primitive designed to coordinate data flow between concurrent execution units using atomic operations rather than traditional mutex locking. The library distinguishes itself through a design that minimizes contention and synchronization overhead. It utilizes sub-queue token mapping to distribute workloads across partitioned internal queues and supports bulk operations to transfer multiple data elements in singl

    C++
    Vezi pe GitHub↗12,070
  • cbergoon/merkletreeC

    cbergoon/merkletree

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • cocoonspace/fsmAvatar cocoonspace

    cocoonspace/fsm

    90Vezi pe GitHub↗

    Finite State Machine package in Go

    Go
    Vezi pe GitHub↗90
  • cristianbuse/vba-fastdictionaryAvatar cristianbuse

    cristianbuse/VBA-FastDictionary

    65Vezi pe GitHub↗

    Fast Native Dictionary for VBA compatible with Windows and Mac

    VBA
    Vezi pe GitHub↗65
  • cweiske/jsonmapperAvatar cweiske

    cweiske/jsonmapper

    1,574Vezi pe GitHub↗

    Map nested JSON structures onto PHP classes

    PHP
    Vezi pe GitHub↗1,574
  • daichi-m/go18dsAvatar daichi-m

    daichi-m/go18ds

    48Vezi pe GitHub↗

    Implementation of various data structures and algorithms in Go.

    Go
    Vezi pe GitHub↗48
  • accelerationnet/accessAvatar AccelerationNet

    AccelerationNet/access

    91Vezi pe GitHub↗

    A common lisp library to unify access to common dictionary-like data-structures

    Common Lisp
    Vezi pe GitHub↗91