An open API service indexing awesome lists of open source software.

https://github.com/kiancross/rash

An implementation of the Robin Hood hashing algorithm in C.
https://github.com/kiancross/rash

hash hashmap hashtable robinhood robinhood-hashmap

Last synced: 6 months ago
JSON representation

An implementation of the Robin Hood hashing algorithm in C.

Awesome Lists containing this project

README

          

# Rash

[![Automated Tests](https://github.com/kiancross/rash/actions/workflows/automated-tests.yml/badge.svg?event=push)](https://github.com/kiancross/rash/actions/workflows/automated-tests.yml)
[![CodeQL](https://github.com/kiancross/rash/actions/workflows/codeql.yml/badge.svg?event=push)](https://github.com/kiancross/rash/actions/workflows/codeql.yml)
[![codecov](https://codecov.io/gh/kiancross/rash/branch/master/graph/badge.svg?token=4I6gyzBbyV)](https://codecov.io/gh/kiancross/rash)

An implementation of the Robin Hood hashing algorithm in C.