iqbal-lab-org / gramtools

Genome inference from a population reference graph
MIT License
93 stars 15 forks source link

Performance: does an additional memset (after reserve) improve perf #6

Closed iqbal-lab closed 7 years ago

iqbal-lab commented 8 years ago

Test this once refactoring done http://stackoverflow.com/questions/20168051/why-push-back-is-slower-than-operator-for-an-previous-allocated-vector

ffranr commented 7 years ago

We can take a look at this whilst profiling, for now I think it will get lost among the other issues.