pthash
pthash copied to clipboard
Fast and compact minimal perfect hash functions in C++.
Aligned calculation of bucket count per partition to GPU Removed bucketer from space consumption (in my opinion we do not need to count anything towards space consumption that does not...
This delegates builder destruction to the std::vector. This reverses the order in which builders are written to disk, so I'm not sure if this breaks anything. The tests seem to...
Make description in README consistent with the parameters in that branch.
As part of unit testing, I've been creating hash tables with very few keys (e.g., making a sshash dictionary for a sequence set with a single super k-mer), frequently triggering...
Under Ubuntu 18.04.6 and gcc 7.5/11/13, I got an error `undefined reference to pthread_create` which is caused by `target_compile_options(PTHASH INTERFACE -pthread)` which does not seem to work. Re-adding the original...