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

Store and Restore #1

Open
wahern opened this issue May 14, 2015 · 2 comments
Open

Store and Restore #1

wahern opened this issue May 14, 2015 · 2 comments

Comments

@wahern
Copy link
Owner

wahern commented May 14, 2015

Need to provide interface for storing and restoring (aka exporting and importing) the generated hash function. Applications must currently do this on their own.

@bakwc
Copy link

bakwc commented Dec 31, 2017

Is it enough to serialize content of struct phf? I mean seed, r, m, d_max, g_op by value, and also store content of memory starting from g of r size? No recursion / etc required?

@pps83
Copy link

pps83 commented Dec 27, 2019

It would be really helpful it Readme.md showed actual use in c/c++: sample keys, generated hash function and how it could be used and what the purpose of it all

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants