use strict; use warnings; use IndexedSparseArray; my $repo = IndexedSparseArray->new(); while (){ | handwaving $repo->insert($index,$data); } | etc.