luntergroup / smcsmc

Demographic inference from whole genomes
GNU General Public License v3.0
11 stars 4 forks source link

smcsmc speed optimization #9

Closed shajoezhu closed 9 years ago

shajoezhu commented 9 years ago
  1. introducing class arena which allocate memory globally for events in epochs.
  2. use EvolutionaryEvent class for coalescence, recombination and migration, rather then separate classes