Skip to content
#

robin-hood-hashing

Here are 12 public repositories matching this topic...

Faster.Map — A blazing-fast, memory-efficient HashMap library for .NET. Featuring SIMD-optimized DenseMap, lock-free CMap, and high-performance BlitzMap implementations designed for extreme speed, scalability, and low memory overhead. Ideal for real-time systems, caching engines, and high-density data workloads.

  • Updated Feb 11, 2026
  • C#

Comparison of Hashing Algorithms - Double Hashing, Robin Hood Hashing Cuckoo Hashing with Java's inbuilt HashMap/ HastSet over million of add(), contains() and remove() operations.

  • Updated Jan 18, 2019
  • Java

C-oogle is a web search engine in C. It features an async HTTP web crawler with epoll + Robin Hood hash set, a byte-level HTML state-machine parser, mmap-backed inverted index, a BM25/TF-IDF ranker with two-pointer posting-list intersection, and a raw-socket HTTP/1.1 results server.

  • Updated Jun 6, 2026

Improve this page

Add a description, image, and links to the robin-hood-hashing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the robin-hood-hashing topic, visit your repo's landing page and select "manage topics."

Learn more