awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to adrianbrad/queue

Open-source alternatives to Queue

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

  • xtaci/algorithmsAvatar von xtaci

    xtaci/algorithms

    5,454Auf GitHub ansehen↗

    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++
    Auf GitHub ansehen↗5,454
  • agext/levenshteinAvatar von agext

    agext/levenshtein

    92Auf GitHub ansehen↗

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

    Go
    Auf GitHub ansehen↗92
  • bits-and-blooms/bloomAvatar von bits-and-blooms

    bits-and-blooms/bloom

    2,791Auf GitHub ansehen↗

    Go package implementing Bloom filters, used by many important systems

    Go
    Auf GitHub ansehen↗2,791
  • aio-arch/graphlibAvatar von aio-arch

    aio-arch/graphlib

    4Auf GitHub ansehen↗

    Topological sort lib,Sorting and pruning of DAG graphs.

    Go
    Auf GitHub ansehen↗4
  • alandefreitas/smallAvatar von alandefreitas

    alandefreitas/small

    150Auf GitHub ansehen↗

    C++ small containers

    C++
    Auf GitHub ansehen↗150

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • algorithm-ninja/cpp-btreeAvatar von algorithm-ninja

    algorithm-ninja/cpp-btree

    80Auf GitHub ansehen↗

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

    C
    Auf GitHub ansehen↗80
  • alvii147/gloopAvatar von alvii147

    alvii147/gloop

    28Auf GitHub ansehen↗

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

    Go
    Auf GitHub ansehen↗28
  • amallia/go-efAvatar von amallia

    amallia/go-ef

    41Auf GitHub ansehen↗

    A Go implementation of the Elias-Fano encoding

    Go
    Auf GitHub ansehen↗41
  • arximboldi/immerAvatar von arximboldi

    arximboldi/immer

    2,854Auf GitHub ansehen↗

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

    C++
    Auf GitHub ansehen↗2,854
  • athari/yalinqoAvatar von Athari

    Athari/YaLinqo

    453Auf GitHub ansehen↗

    Yet Another LINQ to Objects for PHP Simplified BSD

    PHP
    Auf GitHub ansehen↗453
  • aurelien-rainone/go-rquadAvatar von aurelien-rainone

    aurelien-rainone/go-rquad

    141Auf GitHub ansehen↗

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

    Go
    Auf GitHub ansehen↗141
  • axiomhq/hyperloglogAvatar von axiomhq

    axiomhq/hyperloglog

    1,038Auf GitHub ansehen↗

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

    Go
    Auf GitHub ansehen↗1,038
  • barweiss/go-tupleAvatar von barweiss

    barweiss/go-tuple

    100Auf GitHub ansehen↗

    Go 1.18+ generic tuple

    Go
    Auf GitHub ansehen↗100
  • bits-and-blooms/bitsetAvatar von bits-and-blooms

    bits-and-blooms/bitset

    1,505Auf GitHub ansehen↗

    Go package implementing bitsets

    Go
    Auf GitHub ansehen↗1,505
  • agnivade/levenshteinAvatar von agnivade

    agnivade/levenshtein

    470Auf GitHub ansehen↗

    Go implementation to calculate Levenshtein Distance.

    Go
    Auf GitHub ansehen↗470
  • blackrabbitt/mspmAvatar von BlackRabbitt

    BlackRabbitt/mspm

    29Auf GitHub ansehen↗

    Multi-String Pattern Matching Algorithm Using TrieNode

    Go
    Auf GitHub ansehen↗29
  • blevesearch/bleveAvatar von blevesearch

    blevesearch/bleve

    10,986Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗10,986
  • bobg/comboAvatar von bobg

    bobg/combo

    3Auf GitHub ansehen↗

    Combinatorial operations for Go

    Go
    Auf GitHub ansehen↗3
  • bobg/go-genericsAvatar von bobg

    bobg/go-generics

    87Auf GitHub ansehen↗

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

    Go
    Auf GitHub ansehen↗87
  • bobg/hashsplitAvatar von bobg

    bobg/hashsplit

    32Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗32
  • bobg/merkleAvatar von bobg

    bobg/merkle

    22Auf GitHub ansehen↗

    Merkle hash trees

    Go
    Auf GitHub ansehen↗22
  • bw-hro/sqlitemapAvatar von bw-hro

    bw-hro/sqlitemap

    8Auf GitHub ansehen↗

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

    C++
    Auf GitHub ansehen↗8
  • cakephp/collectionAvatar von cakephp

    cakephp/collection

    90Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗90
  • cameron314/concurrentqueueAvatar von cameron314

    cameron314/concurrentqueue

    12,070Auf GitHub ansehen↗

    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++
    Auf GitHub ansehen↗12,070
  • cbergoon/merkletreeC

    cbergoon/merkletree

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • cocoonspace/fsmAvatar von cocoonspace

    cocoonspace/fsm

    90Auf GitHub ansehen↗

    Finite State Machine package in Go

    Go
    Auf GitHub ansehen↗90
  • cristianbuse/vba-fastdictionaryAvatar von cristianbuse

    cristianbuse/VBA-FastDictionary

    65Auf GitHub ansehen↗

    Fast Native Dictionary for VBA compatible with Windows and Mac

    VBA
    Auf GitHub ansehen↗65
  • cweiske/jsonmapperAvatar von cweiske

    cweiske/jsonmapper

    1,574Auf GitHub ansehen↗

    Map nested JSON structures onto PHP classes

    PHP
    Auf GitHub ansehen↗1,574
  • daichi-m/go18dsAvatar von daichi-m

    daichi-m/go18ds

    48Auf GitHub ansehen↗

    Implementation of various data structures and algorithms in Go.

    Go
    Auf GitHub ansehen↗48
  • accelerationnet/accessAvatar von AccelerationNet

    AccelerationNet/access

    91Auf GitHub ansehen↗

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

    Common Lisp
    Auf GitHub ansehen↗91