awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 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/frozenserge-sans-paille 的头像

    serge-sans-paille/frozen

    1,551在 GitHub 上查看↗

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

    C++
    在 GitHub 上查看↗1,551
  • tessil/hopscotch-mapTessil 的头像

    Tessil/hopscotch-map

    766在 GitHub 上查看↗

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

    C++
    在 GitHub 上查看↗766
  • greg7mdp/parallel-hashmapgreg7mdp 的头像

    greg7mdp/parallel-hashmap

    3,192在 GitHub 上查看↗

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

    C++
    在 GitHub 上查看↗3,192
  • roaringbitmap/roaringRoaringBitmap 的头像

    RoaringBitmap/roaring

    2,896在 GitHub 上查看↗

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

    Go
    在 GitHub 上查看↗2,896
  • workiva/go-datastructuresWorkiva 的头像

    Workiva/go-datastructures

    7,901在 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
    在 GitHub 上查看↗7,901

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • tessil/robin-mapTessil 的头像

    Tessil/robin-map

    1,485在 GitHub 上查看↗

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

    C++
    在 GitHub 上查看↗1,485
  • facebook/immutable-jsfacebook 的头像

    facebook/immutable-js

    33,060在 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
    在 GitHub 上查看↗33,060
  • flesler/hashmapflesler 的头像

    flesler/hashmap

    382在 GitHub 上查看↗

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

    JavaScript
    在 GitHub 上查看↗382
  • martinus/robin-hood-hashingmartinus 的头像

    martinus/robin-hood-hashing

    1,613在 GitHub 上查看↗

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

    C++
    在 GitHub 上查看↗1,613
  • rigtorp/mpmcqueuerigtorp 的头像

    rigtorp/MPMCQueue

    1,532在 GitHub 上查看↗

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

    C++
    在 GitHub 上查看↗1,532
  • swannodette/moriswannodette 的头像

    swannodette/mori

    3,372在 GitHub 上查看↗

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

    Clojure
    在 GitHub 上查看↗3,372
  • tlk00/bitmagictlk00 的头像

    tlk00/BitMagic

    451在 GitHub 上查看↗

    BitMagic Library

    C++
    在 GitHub 上查看↗451
  • bits-and-blooms/bitsetbits-and-blooms 的头像

    bits-and-blooms/bitset

    1,505在 GitHub 上查看↗

    Go package implementing bitsets

    Go
    在 GitHub 上查看↗1,505
  • bits-and-blooms/bloombits-and-blooms 的头像

    bits-and-blooms/bloom

    2,791在 GitHub 上查看↗

    Go package implementing Bloom filters, used by many important systems

    Go
    在 GitHub 上查看↗2,791
  • cameron314/concurrentqueuecameron314 的头像

    cameron314/concurrentqueue

    12,070在 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++
    在 GitHub 上查看↗12,070
  • deckarep/golang-setdeckarep 的头像

    deckarep/golang-set

    4,690在 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
    在 GitHub 上查看↗4,690
  • alandefreitas/smallalandefreitas 的头像

    alandefreitas/small

    150在 GitHub 上查看↗

    C++ small containers

    C++
    在 GitHub 上查看↗150
  • arximboldi/immerarximboldi 的头像

    arximboldi/immer

    2,854在 GitHub 上查看↗

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

    C++
    在 GitHub 上查看↗2,854
  • gutjuri/triesgutjuri 的头像

    gutjuri/tries

    13在 GitHub 上查看↗

    Tries in C++

    C++
    在 GitHub 上查看↗13
  • gvinciguerra/pgm-indexgvinciguerra 的头像

    gvinciguerra/PGM-index

    872在 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++
    在 GitHub 上查看↗872
  • ned14/outcomened14 的头像

    ned14/outcome

    774在 GitHub 上查看↗
    C++boostc-plus-plus
    在 GitHub 上查看↗774
  • real-logic/simple-binary-encodingreal-logic 的头像

    real-logic/simple-binary-encoding

    3,458在 GitHub 上查看↗

    Simple Binary Encoding (SBE) - High Performance Message Codec

    Java
    在 GitHub 上查看↗3,458
  • slavenf/sfl-libraryslavenf 的头像

    slavenf/sfl-library

    157在 GitHub 上查看↗

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

    C++
    在 GitHub 上查看↗157
  • square/wiresquare 的头像

    square/wire

    4,419在 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
    在 GitHub 上查看↗4,419
  • xtaci/algorithmsxtaci 的头像

    xtaci/algorithms

    5,454在 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++
    在 GitHub 上查看↗5,454
  • ankurp/dollarankurp 的头像

    ankurp/Dollar

    4,240在 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
    在 GitHub 上查看↗4,240
  • amallia/go-efamallia 的头像

    amallia/go-ef

    41在 GitHub 上查看↗

    A Go implementation of the Elias-Fano encoding

    Go
    在 GitHub 上查看↗41
  • aio-libs/janusaio-libs 的头像

    aio-libs/janus

    963在 GitHub 上查看↗

    Thread-safe asyncio-aware queue for Python

    Pythonasynciomypyqueue
    在 GitHub 上查看↗963
  • blackrabbitt/mspmBlackRabbitt 的头像

    BlackRabbitt/mspm

    29在 GitHub 上查看↗

    Multi-String Pattern Matching Algorithm Using TrieNode

    Go
    在 GitHub 上查看↗29
  • benny-nottonson/mojodatastructuresB

    Benny-Nottonson/mojoDataStructures

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0