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.
- Host: GitHub
- URL: https://github.com/inori/aprhash
- Owner: Inori
- License: apache-2.0
- Created: 2022-02-23T11:55:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-23T12:25:36.000Z (over 4 years ago)
- Last Synced: 2025-07-05T18:11:56.163Z (12 months ago)
- Language: C
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.