Skip to content

[Bioc-devel] Use Imports instead of Depends in the DESCRIPTION files of bioconductor packages

2 messages · Michael Lawrence, Peter Haverty

#
Pete Haverty is the one working on this. He has almost cut loading time in
half by just changing some sapply and lappy calls to vapply calls. Most
likely because allocating all of those list elements is expensive, and
Martin's memory parameters also help with that.
On Wed, Dec 31, 2014 at 10:30 PM, Herv? Pag?s <hpages at fredhutch.org> wrote:

            

  
  
1 day later
#
There are few other changes in there too, but profiling did identify low
hanging fruit like the sapplys. From there I have found a long list of
refactoring opportunities that offer ~2% improvements. These may not be
worth the risk of reversions, however. I'll be putting together a patch
proposal with the easy changes in the next few days.

Regards,

Pete

____________________
Peter M. Haverty, Ph.D.
Genentech, Inc.
phaverty at gene.com

On Fri, Jan 2, 2015 at 1:58 AM, Michael Lawrence <lawrence.michael at gene.com>
wrote: