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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to martinus/robin-hood-hashing

Open-source alternatives to Robin Hood Hashing

30 open-source projects similar to martinus/robin-hood-hashing, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Robin Hood Hashing alternative.

  • tessil/robin-mapTessil avatar

    Tessil/robin-map

    1,485View on GitHub↗

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

    C++
    View on GitHub↗1,485
  • tessil/hopscotch-mapTessil avatar

    Tessil/hopscotch-map

    766View on GitHub↗

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

    C++
    View on GitHub↗766
  • cameron314/concurrentqueuecameron314 avatar

    cameron314/concurrentqueue

    12,070View on 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++
    View on GitHub↗12,070
  • roaringbitmap/roaringRoaringBitmap avatar

    RoaringBitmap/roaring

    2,896View on GitHub↗

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

    Go
    View on GitHub↗2,896
  • workiva/go-datastructuresWorkiva avatar

    Workiva/go-datastructures

    7,901View on 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
    View on GitHub↗7,901

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • alandefreitas/smallalandefreitas avatar

    alandefreitas/small

    150View on GitHub↗

    C++ small containers

    C++
    View on GitHub↗150
  • greg7mdp/parallel-hashmapgreg7mdp avatar

    greg7mdp/parallel-hashmap

    3,192View on GitHub↗

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

    C++
    View on GitHub↗3,192
  • flesler/hashmapflesler avatar

    flesler/hashmap

    382View on GitHub↗

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

    JavaScript
    View on GitHub↗382
  • mauriciosantos/buckets-jsmauriciosantos avatar

    mauriciosantos/Buckets-JS

    1,257View on GitHub↗

    A complete, fully tested and documented data structure library written in pure JavaScript.

    JavaScriptbagbinary-heapbinary-search
    View on GitHub↗1,257
  • rigtorp/mpmcqueuerigtorp avatar

    rigtorp/MPMCQueue

    1,532View on GitHub↗

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

    C++
    View on GitHub↗1,532
  • swannodette/moriswannodette avatar

    swannodette/mori

    3,372View on GitHub↗

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

    Clojure
    View on GitHub↗3,372
  • tlk00/bitmagictlk00 avatar

    tlk00/BitMagic

    451View on GitHub↗

    BitMagic Library

    C++
    View on GitHub↗451
  • serge-sans-paille/frozenserge-sans-paille avatar

    serge-sans-paille/frozen

    1,551View on GitHub↗

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

    C++
    View on GitHub↗1,551
  • arximboldi/immerarximboldi avatar

    arximboldi/immer

    2,854View on GitHub↗

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

    C++
    View on GitHub↗2,854
  • bits-and-blooms/bitsetbits-and-blooms avatar

    bits-and-blooms/bitset

    1,505View on GitHub↗

    Go package implementing bitsets

    Go
    View on GitHub↗1,505
  • bits-and-blooms/bloombits-and-blooms avatar

    bits-and-blooms/bloom

    2,791View on GitHub↗

    Go package implementing Bloom filters, used by many important systems

    Go
    View on GitHub↗2,791
  • deckarep/golang-setdeckarep avatar

    deckarep/golang-set

    4,690View on 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
    View on GitHub↗4,690
  • facebook/immutable-jsfacebook avatar

    facebook/immutable-js

    33,060View on 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
    View on GitHub↗33,060
  • gutjuri/triesgutjuri avatar

    gutjuri/tries

    13View on GitHub↗

    Tries in C++

    C++
    View on GitHub↗13
  • gvinciguerra/pgm-indexgvinciguerra avatar

    gvinciguerra/PGM-index

    872View on 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++
    View on GitHub↗872
  • ned14/outcomened14 avatar

    ned14/outcome

    774View on GitHub↗
    C++boostc-plus-plus
    View on GitHub↗774
  • real-logic/simple-binary-encodingreal-logic avatar

    real-logic/simple-binary-encoding

    3,458View on GitHub↗

    Simple Binary Encoding (SBE) - High Performance Message Codec

    Java
    View on GitHub↗3,458
  • slavenf/sfl-libraryslavenf avatar

    slavenf/sfl-library

    157View on GitHub↗

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

    C++
    View on GitHub↗157
  • square/wiresquare avatar

    square/wire

    4,419View on 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
    View on GitHub↗4,419
  • xtaci/algorithmsxtaci avatar

    xtaci/algorithms

    5,454View on 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++
    View on GitHub↗5,454
  • alexdrone/bufferalexdrone avatar

    alexdrone/Buffer

    350View on GitHub↗

    Swift μ-framework for efficient array diffs and datasource adapters.

    Swift
    View on GitHub↗350
  • artemeff/qspartemeff avatar

    artemeff/qsp

    18View on GitHub↗

    QSP is enhanced Erlang query string parser, that supports nested arrays, hashes and returns maps. Requires Erlang 17.0 and better. Extracted from Plug.

    Erlang
    View on GitHub↗18
  • artemeff/eqlartemeff avatar

    artemeff/eql

    117View on GitHub↗

    Erlang with SQL, inspired by yesql.

    Erlang
    View on GitHub↗117
  • agext/levenshteinagext avatar

    agext/levenshtein

    92View on GitHub↗

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

    Go
    View on GitHub↗92
  • arjarav98/dynavarArjArav98 avatar

    ArjArav98/DynaVar

    7View on GitHub↗

    DynaVar is a project, written wholly in C++, whose main objective is to create a user-defined data structure capable of storing all primitive data-types.

    C++
    View on GitHub↗7