ctSkennerton / crass

The CRISPR assembler
http://ctskennerton.github.io/crass
GNU General Public License v3.0
35 stars 11 forks source link

reduce memory allocations in libCrispr #5

Closed ctSkennerton closed 12 years ago

ctSkennerton commented 13 years ago

Currently a new ReadHolder object is created for each read in a input file. however speed improvements could be made by creating a single object and then coping it upon successfully finding a CRISPR or clearing the contents upon failure