awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to cakephp/collection

Open-source alternatives to Collection

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

  • xtaci/algorithmsAvatar de xtaci

    xtaci/algorithms

    5,454Ver en 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++
    Ver en GitHub↗5,454
  • adrianbrad/queueAvatar de adrianbrad

    adrianbrad/queue

    357Ver en GitHub↗

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

    Go
    Ver en GitHub↗357
  • bits-and-blooms/bitsetAvatar de bits-and-blooms

    bits-and-blooms/bitset

    1,505Ver en GitHub↗

    Go package implementing bitsets

    Go
    Ver en GitHub↗1,505
  • agnivade/levenshteinAvatar de agnivade

    agnivade/levenshtein

    470Ver en GitHub↗

    Go implementation to calculate Levenshtein Distance.

    Go
    Ver en GitHub↗470
  • aio-arch/graphlibAvatar de aio-arch

    aio-arch/graphlib

    4Ver en GitHub↗

    Topological sort lib,Sorting and pruning of DAG graphs.

    Go
    Ver en GitHub↗4

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Find more with AI search
  • alandefreitas/smallAvatar de alandefreitas

    alandefreitas/small

    150Ver en GitHub↗

    C++ small containers

    C++
    Ver en GitHub↗150
  • algorithm-ninja/cpp-btreeAvatar de algorithm-ninja

    algorithm-ninja/cpp-btree

    80Ver en GitHub↗

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

    C
    Ver en GitHub↗80
  • alvii147/gloopAvatar de alvii147

    alvii147/gloop

    28Ver en GitHub↗

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

    Go
    Ver en GitHub↗28
  • amallia/go-efAvatar de amallia

    amallia/go-ef

    41Ver en GitHub↗

    A Go implementation of the Elias-Fano encoding

    Go
    Ver en GitHub↗41
  • arximboldi/immerAvatar de arximboldi

    arximboldi/immer

    2,854Ver en GitHub↗

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

    C++
    Ver en GitHub↗2,854
  • athari/yalinqoAvatar de Athari

    Athari/YaLinqo

    453Ver en GitHub↗

    Yet Another LINQ to Objects for PHP Simplified BSD

    PHP
    Ver en GitHub↗453
  • aurelien-rainone/go-rquadAvatar de aurelien-rainone

    aurelien-rainone/go-rquad

    141Ver en GitHub↗

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

    Go
    Ver en GitHub↗141
  • axiomhq/hyperloglogAvatar de axiomhq

    axiomhq/hyperloglog

    1,038Ver en GitHub↗

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

    Go
    Ver en GitHub↗1,038
  • barweiss/go-tupleAvatar de barweiss

    barweiss/go-tuple

    100Ver en GitHub↗

    Go 1.18+ generic tuple

    Go
    Ver en GitHub↗100
  • agext/levenshteinAvatar de agext

    agext/levenshtein

    92Ver en GitHub↗

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

    Go
    Ver en GitHub↗92
  • bits-and-blooms/bloomAvatar de bits-and-blooms

    bits-and-blooms/bloom

    2,791Ver en GitHub↗

    Go package implementing Bloom filters, used by many important systems

    Go
    Ver en GitHub↗2,791
  • blackrabbitt/mspmAvatar de BlackRabbitt

    BlackRabbitt/mspm

    29Ver en GitHub↗

    Multi-String Pattern Matching Algorithm Using TrieNode

    Go
    Ver en GitHub↗29
  • blevesearch/bleveAvatar de blevesearch

    blevesearch/bleve

    10,986Ver en 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
    Ver en GitHub↗10,986
  • bobg/comboAvatar de bobg

    bobg/combo

    3Ver en GitHub↗

    Combinatorial operations for Go

    Go
    Ver en GitHub↗3
  • bobg/go-genericsAvatar de bobg

    bobg/go-generics

    87Ver en GitHub↗

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

    Go
    Ver en GitHub↗87
  • bobg/hashsplitAvatar de bobg

    bobg/hashsplit

    32Ver en 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
    Ver en GitHub↗32
  • bobg/merkleAvatar de bobg

    bobg/merkle

    22Ver en GitHub↗

    Merkle hash trees

    Go
    Ver en GitHub↗22
  • bw-hro/sqlitemapAvatar de bw-hro

    bw-hro/sqlitemap

    8Ver en GitHub↗

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

    C++
    Ver en GitHub↗8
  • cameron314/concurrentqueueAvatar de cameron314

    cameron314/concurrentqueue

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

    cbergoon/merkletree

    0Ver en GitHub↗
    Ver en GitHub↗0
  • cocoonspace/fsmAvatar de cocoonspace

    cocoonspace/fsm

    90Ver en GitHub↗

    Finite State Machine package in Go

    Go
    Ver en GitHub↗90
  • cristianbuse/vba-fastdictionaryAvatar de cristianbuse

    cristianbuse/VBA-FastDictionary

    65Ver en GitHub↗

    Fast Native Dictionary for VBA compatible with Windows and Mac

    VBA
    Ver en GitHub↗65
  • cweiske/jsonmapperAvatar de cweiske

    cweiske/jsonmapper

    1,574Ver en GitHub↗

    Map nested JSON structures onto PHP classes

    PHP
    Ver en GitHub↗1,574
  • daichi-m/go18dsAvatar de daichi-m

    daichi-m/go18ds

    48Ver en GitHub↗

    Implementation of various data structures and algorithms in Go.

    Go
    Ver en GitHub↗48
  • accelerationnet/accessAvatar de AccelerationNet

    AccelerationNet/access

    91Ver en GitHub↗

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

    Common Lisp
    Ver en GitHub↗91