Skip to content
Prev 7005 / 21312 Next

[Bioc-devel] show method for CompressedVRangesList-class

I checked in a fix for the splitting to CompressedVRangesList. The slowness
of creating a SimpleVRangesList is due to the cost of extracting a VRanges
for each sample. Depending your exact use case, it might be better to pay
that cost up-front, instead of deferring it to when the user wants to
extract an element, which happens with the compressed list. As long as the
number of samples is small, the memory overhead should be minimal.

Michael
On Wed, Feb 25, 2015 at 9:59 AM, Michael Lawrence <michafla at gene.com> wrote: