ms609 / TreeDist

Calculate distances between phylogenetic trees in R
https://ms609.github.io/TreeDist/
29 stars 6 forks source link

C++ code improvements #21

Closed ms609 closed 4 years ago

ms609 commented 4 years ago

Move some large arrays onto the heap in MAST, and start using int_fast16_t

Fixes #17 and works towards #20