Skip to content
Prev 3965 / 21307 Next

[Bioc-devel] Combining Ordinary List of GRanges Optimisation

I was suggesting that maybe the c function for GRanges could be optimised.
This approach gives:

   user  system elapsed 
 63.488  11.092  74.786

which by using c was previously:

   user  system elapsed 
935.770  23.657 961.952

Thanks for the tip. I now remember using this approach at some time in the past.