pub const CHUNKSIZE: u32 = 1_000_000;
The ideal number of basepairs each worker will receive. Total bp in memory at one time = threads * chunksize
threads
chunksize