meyer-lab / tHMM

A general Python framework for using hidden Markov models on binary trees or cell lineage trees.
https://asmlab.org
MIT License
9 stars 1 forks source link

Move to Eytzinger layout #989

Open aarmey opened 8 months ago

aarmey commented 8 months ago

In most cases we form a nearly complete tree. This would eliminate parent pointers, and likely speed up tree traversal.

https://algorithmica.org/en/eytzinger