Open zhuchcn opened 8 months ago
The entire genome is read into memory. This can be avoided by turning it into a memory-mapped data structure similar to the GenomicAnnotationOnDisk class. This will reduce the memory usage (for at least 1-2 GB).
GenomicAnnotationOnDisk
The entire genome is read into memory. This can be avoided by turning it into a memory-mapped data structure similar to the
GenomicAnnotationOnDisk
class. This will reduce the memory usage (for at least 1-2 GB).