dnbaker / dashing

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

Optional zfp compression for large distance matrices #15

Closed dnbaker closed 5 years ago

dnbaker commented 5 years ago

To reduce memory costs for binary format and downstream use, support compressed floating-point distances using https://github.com/LLNL/zfp.

dnbaker commented 5 years ago

Decided against this format; I think it's the wrong direction for squeezing out additional efficiency.