CompactTree: A lightweight header-only C++ library for ultra-large phylogenetics

Niema Moshiri
DOI: https://doi.org/10.1101/2024.07.15.603593
2024-07-17
Abstract:The study of viral and bacterial species requires the ability to load and traverse ultra-large phylogenies with tens of millions of tips, but existing tree libraries struggle to scale to these sizes. We introduce CompactTree, a lightweight header-only C++ library for traversing ultra-large trees that can be easily incorporated into other tools, and we show that it is orders of magnitude faster and requires orders of magnitude less memory than existing tree packages. CompactTree can be accessed at: https://github.com/niemasd/CompactTree
Bioinformatics
What problem does this paper attempt to address?