Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for text (i.e. non-binary) keys files. #20

Open
tpn opened this issue Feb 6, 2019 · 0 comments
Open

Add support for text (i.e. non-binary) keys files. #20

tpn opened this issue Feb 6, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@tpn
Copy link
Owner

tpn commented Feb 6, 2019

Currently, the only way to generate a perfect hash table is by providing a keys file, which is expected to be a binary file that is an array of, for example, ULONGs. This is efficient, but not that easy to work with if you want to view or otherwise interact with.

It would be nice to have the option to pass a text file that can be used for keys instead.

@tpn tpn added the enhancement New feature or request label Feb 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant