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

https://github.com/inori/aprhash

Standalone Apache hash table.
https://github.com/inori/aprhash

Last synced: 11 months ago
JSON representation

Standalone Apache hash table.

Awesome Lists containing this project

README

          

# AprHash
C-implemented hash table.

Taken from Apache project, remove many dependencies, making it a standalone version which can be include directly in any C/C++ project.