https://github.com/guibrandt/perfhash
Header-only perfect hash container class implemented in modern C++
https://github.com/guibrandt/perfhash
cpp data-structure header-only perfect-hash
Last synced: 3 months ago
JSON representation
Header-only perfect hash container class implemented in modern C++
- Host: GitHub
- URL: https://github.com/guibrandt/perfhash
- Owner: GuiBrandt
- License: zlib
- Created: 2020-07-12T20:14:43.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2020-07-12T20:15:09.000Z (almost 5 years ago)
- Last Synced: 2025-01-11T07:36:18.845Z (5 months ago)
- Topics: cpp, data-structure, header-only, perfect-hash
- Language: C++
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# perfhash
Header-only perfect hash container class for implemented in modern C++
## Getting started
This project does not need to be built. The implementation is header-only,
just include it if you need to.There's a sample program using the data structure. To try it simply compile
`main.cpp` with your compiler of choice. Just make sure it supports C++14 or
newer.