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

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

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to mauriciosantos/buckets-js

Open-source alternatives to Buckets JS

30 open-source projects similar to mauriciosantos/buckets-js, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Buckets JS alternative.

  • serge-sans-paille/frozenAvatar de serge-sans-paille

    serge-sans-paille/frozen

    1,551Ver en GitHub↗

    a header-only, constexpr alternative to gperf for C++14 users

    C++
    Ver en GitHub↗1,551
  • tessil/hopscotch-mapAvatar de Tessil

    Tessil/hopscotch-map

    766Ver en GitHub↗

    C++ implementation of a fast hash map and hash set using hopscotch hashing

    C++
    Ver en GitHub↗766
  • greg7mdp/parallel-hashmapAvatar de greg7mdp

    greg7mdp/parallel-hashmap

    3,192Ver en GitHub↗

    A family of header-only, very fast and memory-friendly hashmap and btree containers.

    C++
    Ver en GitHub↗3,192
  • roaringbitmap/roaringAvatar de RoaringBitmap

    RoaringBitmap/roaring

    2,896Ver en GitHub↗

    Roaring bitmaps in Go (golang), used by InfluxDB, Bleve, DataDog

    Go
    Ver en GitHub↗2,896
  • workiva/go-datastructuresAvatar de Workiva

    Workiva/go-datastructures

    7,901Ver en GitHub↗

    go-datastructures is a collection of thread-safe and lock-free data structures designed for high-performance concurrent applications in Go. It provides a modular library of specialized algorithmic toolsets, including a lock-free collection library and an immutable data structure library. The project distinguishes itself through a suite of persistent AVL trees and hash array mapped tries that use branch-copying to preserve previous versions. It also implements non-blocking hash maps, queues, and tries that enable linearizable snapshots and concurrent updates without the use of mutual exclusion

    Go
    Ver en GitHub↗7,901

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
  • tessil/robin-mapAvatar de Tessil

    Tessil/robin-map

    1,485Ver en GitHub↗

    C++ implementation of a fast hash map and hash set using robin hood hashing

    C++
    Ver en GitHub↗1,485
  • facebook/immutable-jsAvatar de facebook

    facebook/immutable-js

    33,060Ver en GitHub↗

    This is a persistent data structure library for JavaScript that provides collections which prevent the direct mutation of objects and arrays. It serves as an immutable state management tool and functional programming utility, ensuring that data remains unchanged after creation to simplify change detection and state tracking. The library enables the maintenance of application state by producing new versions of data structures during updates. It focuses on efficient data comparison by checking actual content instead of memory references and supports a functional programming workflow to prevent

    TypeScript
    Ver en GitHub↗33,060
  • flesler/hashmapAvatar de flesler

    flesler/hashmap

    382Ver en GitHub↗

    HashMap JavaScript class for Node.js and the browser. The keys can be anything and won't be stringified

    JavaScript
    Ver en GitHub↗382
  • martinus/robin-hood-hashingAvatar de martinus

    martinus/robin-hood-hashing

    1,613Ver en GitHub↗

    Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20

    C++
    Ver en GitHub↗1,613
  • rigtorp/mpmcqueueAvatar de rigtorp

    rigtorp/MPMCQueue

    1,532Ver en GitHub↗

    A bounded multi-producer multi-consumer concurrent queue written in C++11

    C++
    Ver en GitHub↗1,532
  • swannodette/moriAvatar de swannodette

    swannodette/mori

    3,372Ver en GitHub↗

    ClojureScript's persistent data structures and supporting API from the comfort of vanilla JavaScript

    Clojure
    Ver en GitHub↗3,372
  • tlk00/bitmagicAvatar de tlk00

    tlk00/BitMagic

    451Ver en GitHub↗

    BitMagic Library

    C++
    Ver en GitHub↗451
  • 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
  • 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
  • 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
  • deckarep/golang-setAvatar de deckarep

    deckarep/golang-set

    4,690Ver en GitHub↗

    This project is a set theory library for Go that provides a data structure for storing unique elements of any comparable type using generics. It serves as a tool for managing unique collections and performing mathematical operations such as intersections and differences. The library provides synchronized collections to prevent data races during concurrent read and write operations. It also supports converting unique collections to and from JSON arrays for data persistence and network transmission. The implementation covers membership testing, collection cloning, and size calculation. It incl

    Go
    Ver en GitHub↗4,690
  • alandefreitas/smallAvatar de alandefreitas

    alandefreitas/small

    150Ver en GitHub↗

    C++ small containers

    C++
    Ver en GitHub↗150
  • 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
  • gutjuri/triesAvatar de gutjuri

    gutjuri/tries

    13Ver en GitHub↗

    Tries in C++

    C++
    Ver en GitHub↗13
  • gvinciguerra/pgm-indexAvatar de gvinciguerra

    gvinciguerra/PGM-index

    872Ver en GitHub↗

    🏅State-of-the-art learned data structure that enables fast lookup, predecessor, range searches and updates in arrays of billions of items using orders of magnitude less space than traditional indexes

    C++
    Ver en GitHub↗872
  • ned14/outcomeAvatar de ned14

    ned14/outcome

    774Ver en GitHub↗
    C++boostc-plus-plus
    Ver en GitHub↗774
  • real-logic/simple-binary-encodingAvatar de real-logic

    real-logic/simple-binary-encoding

    3,458Ver en GitHub↗

    Simple Binary Encoding (SBE) - High Performance Message Codec

    Java
    Ver en GitHub↗3,458
  • slavenf/sfl-libraryAvatar de slavenf

    slavenf/sfl-library

    157Ver en GitHub↗

    C++11/20 library that provides staticvector, smallvector, staticmap, smallmap, flatmap, staticflatmap, smallflatmap, staticunorderedmap, smallunordered_map, etc.

    C++
    Ver en GitHub↗157
  • square/wireAvatar de square

    square/wire

    4,419Ver en GitHub↗

    Wire is a cross-platform code generator and implementation of gRPC and Protocol Buffers. It transforms schema definitions into type-safe native language bindings for Kotlin, Swift, and Java to ensure consistent data exchange and communication between distributed systems. The project provides specialized tools for protocol buffer schema management, including the ability to prune unused types and filter fields by version to reduce final binary sizes. It also handles namespace management and allows for the creation of custom schema handlers to execute user-defined logic during the compilation ph

    Kotlin
    Ver en GitHub↗4,419
  • 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
  • ankurp/dollarAvatar de ankurp

    ankurp/Dollar

    4,240Ver en GitHub↗

    Dollar is a functional programming library for Swift that provides a comprehensive toolkit for collection manipulation, string processing, mathematical calculations, and date and time management. It serves as a utility suite for filtering, aggregating, and restructuring arrays and dictionaries. The project implements functional programming patterns such as currying, memoization, and function composition. It also features a chainable wrapper interface that allows multiple data transformations to be applied sequentially before extracting a final result. The library covers a wide range of capab

    Swift
    Ver en GitHub↗4,240
  • amallia/go-efAvatar de amallia

    amallia/go-ef

    41Ver en GitHub↗

    A Go implementation of the Elias-Fano encoding

    Go
    Ver en GitHub↗41
  • aio-libs/janusAvatar de aio-libs

    aio-libs/janus

    963Ver en GitHub↗

    Thread-safe asyncio-aware queue for Python

    Pythonasynciomypyqueue
    Ver en GitHub↗963
  • blackrabbitt/mspmAvatar de BlackRabbitt

    BlackRabbitt/mspm

    29Ver en GitHub↗

    Multi-String Pattern Matching Algorithm Using TrieNode

    Go
    Ver en GitHub↗29
  • benny-nottonson/mojodatastructuresB

    Benny-Nottonson/mojoDataStructures

    0Ver en GitHub↗
    Ver en GitHub↗0