Skip to content

Commit 6745495

Browse files
authored
Update README.md
1 parent d0f13a4 commit 6745495

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ Here is a simple example showing how to build and query a mphf with input keys i
2626
//query the mphf :
2727
uint64_t idx = bphf->lookup(input_keys[0]);
2828

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+
2932
# How to run test
3033

3134
A sample usage is provided in file example.cpp, compile and run with: ( params are nb_elements nb_threads)

0 commit comments

Comments
 (0)