molpopgen / fwdpp

fwdpp is a C++ template library for implementing efficient forward-time population genetic simulations
http://fwdpp.readthedocs.io
GNU General Public License v3.0
27 stars 11 forks source link

Poor performance recording ancient samples #191

Closed molpopgen closed 5 years ago

molpopgen commented 5 years ago

table_collection::record_ancient_samples does a check for uniqueness that is very expensive and also redundant with other checks that will catch this problem during simplification.