evoldoers / machineboss

Bioinformatics Open Source Sequence machine
BSD 3-Clause "New" or "Revised" License
33 stars 7 forks source link

Free memory during prefix search #90

Closed ihh closed 6 years ago

ihh commented 6 years ago

When skipping extension of prefix X due to maxBacktrack setting, delete X recursively (i.e. if X is the last-deleted child of Y, then delete Y, etc.)