Giulio Ermanno Pibiri
Giulio Ermanno Pibiri
Make description in README consistent with the parameters in that branch.
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...
**Even if set**, users should be notified about suitable values for m. As documented in the papers, m should be chosen >= log_4(N)+1, where N is the cumulative length (num....
Once we have fixed all details for the format of the `./dump` command (text and binary output format for colored dBGs), we should support this instead of building with GGCAT...
Hi, I'm using GGCAT for building eulertigs. So far, I had no problem and successfully built eulertigs for large collections. But I noticed that on the whole 661k "Blackwell" collection,...
We could add a `mmap` option instead of loading the index for querying. That is, the user can specify: 1. `--load` (default choice): this loads the entire index in memory,...
Add construction in ext. memory for `dense_partitioned_phf`.