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

Compact mutation data #133

Closed molpopgen closed 6 years ago

molpopgen commented 6 years ago

This PR implements an algorithm to implement the idea in #129. Testing is indicating that performance can be improved by 20-35% for some of the common testing parameters we use.