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

Edge buffering #228

Closed molpopgen closed 4 years ago

molpopgen commented 4 years ago

Implement edge buffering in order to avoid sorting edge tables. Based on ideas started in molpopgen/fwdpy11#278

molpopgen commented 4 years ago

Closing. There will be a better way to do this, I think.