pub fn read_test_insts_by_size<'a>(
) -> impl Iterator<Item = (usize, DnaBlock)> + 'a
Expand description

read test instances lazily, indeed it will load the instances in memory on demand. The sizes of the instances will be unique.