You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to provide interface for storing and restoring (aka exporting and importing) the generated hash function. Applications must currently do this on their own.
The text was updated successfully, but these errors were encountered:
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?
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
Need to provide interface for storing and restoring (aka exporting and importing) the generated hash function. Applications must currently do this on their own.
The text was updated successfully, but these errors were encountered: