On Wed, Feb 01, 2012 at 05:48:44PM +0100, Olivier Grisel wrote: > > IPython uses pickling, which is really slow.
> This is not the case for plain numpy arrays > http://ipython.org/ipython-doc/stable/parallel/parallel_details.html#non-copying-sends-and-numpy-arrays Yes, but as soon as you use objects a bit more complex, such as a list of arrays, you are back to pickling. G ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
