hcdenbakker / colorid

Experiments with using BIGSI data structure for metagenomic and QC applications
MIT License
18 stars 1 forks source link

changed IndexMap::new() to IndexMap::with_capacity(deserialized.map.l… #9

Closed hcdenbakker closed 6 years ago

hcdenbakker commented 6 years ago

…en()) in read_bigsi functions; this leads to improvements in RAM usage and speed.