shenwei356 / unikmer

A versatile toolkit for k-mers with taxonomic information
https://bioinf.shenwei.me/unikmer
MIT License
75 stars 7 forks source link

accelerate diff using inverse bloomfilter #3

Closed shenwei356 closed 5 years ago

shenwei356 commented 5 years ago

Implementing an IBF for uint64. (https://github.com/tylertreat/BoomFilters/blob/master/inverse.go)