billzt/gff3sort

memory problem

billzt opened this issue · 1 comments

it reads the whole GFF3 file into memory to do the sort. So for large files, memory might be an issue

The things we should do is to calculate how much memory cost

The command /usr/bin/time -v can fix it