dnbaker / dashing

Fast and accurate genomic distances using HyperLogLog
GNU General Public License v3.0
160 stars 11 forks source link

Shingle #47

Closed dnbaker closed 4 years ago

dnbaker commented 4 years ago
  1. Add exact labeled shingling for weighted jaccard
  2. Defer logging of partitioned minimizers until later, so that the update is just a min instead of a clz + 1 + shift + max.