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
Tessil avatar

Tessil/robin-map

0
View on GitHub↗
1,485 stars·142 forks·C++·MIT·8 views

Robin Map

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

Features

  • Data Structures - Fast hash map and set using robin hood hashing.
  • Databases & Data - Fast hash map and hash set
  • Data Structures - Fast hash map and set using Robin Hood hashing.

Star history

Star history chart for tessil/robin-mapStar history chart for tessil/robin-map

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

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

Start searching with AI

Open-source alternatives to Robin Map

Similar open-source projects, ranked by how many features they share with Robin Map.
  • martinus/robin-hood-hashingmartinus avatar

    martinus/robin-hood-hashing

    1,613View on GitHub↗

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

    C++
    View on GitHub↗1,613
  • 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
  • alandefreitas/smallalandefreitas avatar

    alandefreitas/small

    150View on GitHub↗

    C++ small containers

    C++
    View on GitHub↗150
  • 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
See all 30 alternatives to Robin Map→

Frequently asked questions

What does tessil/robin-map do?

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

What are the main features of tessil/robin-map?

The main features of tessil/robin-map are: Data Structures, Databases & Data.

What are some open-source alternatives to tessil/robin-map?

Open-source alternatives to tessil/robin-map include: martinus/robin-hood-hashing — Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20. cameron314/concurrentqueue — ConcurrentQueue is a header-only C++ template library that provides a lock-free data structure for multi-producer… alandefreitas/small — C++ small containers. arximboldi/immer — Postmodern immutable and persistent data structures for C++ — value semantics at scale. bits-and-blooms/bloom — Go package implementing Bloom filters, used by many important systems. bits-and-blooms/bitset — Go package implementing bitsets.