Open molpopgen opened 6 years ago
The implementation in fwdpp/internal/gamete_cleaner.hpp is a hot mess. It seems like the whole thing could be replaced with populating an unordered_map of keys to fixations followed by a single pass through extant gametes.
fwdpp/internal/gamete_cleaner.hpp
unordered_map
The implementation in
fwdpp/internal/gamete_cleaner.hpp
is a hot mess. It seems like the whole thing could be replaced with populating anunordered_map
of keys to fixations followed by a single pass through extant gametes.