zhaoxiaofei / bindash

Fast and precise comparison of genomes and metagenomes (in the order of terabytes) on a typical personal laptop
Other
57 stars 7 forks source link

fix gcc 12 or above compiling error #11

Closed jianshu93 closed 10 months ago

jianshu93 commented 1 year ago

do not use typedef but use. Tested on Linux, MacOS (use gcc on macOS instead of default clang as compile).

zhaoxiaofei commented 10 months ago

Main contribution: Implementation of an n*log(n) running time algorithm for densification of min-hashes. Other contributions: small refactoring.