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
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,9 @@ Here is a simple example showing how to build and query a mphf with input keys i
26
26
//query the mphf :
27
27
uint64_t idx = bphf->lookup(input_keys[0]);
28
28
29
+
# Types supported
30
+
The master branch works with Plain Old Data types only (POD). To work with other types, use the "alltypes" branch (it runs slighlty slower). The alltypes branch includes a sample code with strings.
31
+
29
32
# How to run test
30
33
31
34
A sample usage is provided in file example.cpp, compile and run with: ( params are nb_elements nb_threads)
0 commit comments