[SciPy-user] What is fastest load/save matrix methods?

Evan Monroig evan.monroig at gmail.com
Mon Dec 19 23:49:23 EST 2005


On 12/19/05, Hugo Gamboa <hgamboa at gmail.com> wrote:
> What is the fastest (binary) format readly available in scipy to
> load/save matrixes?

What I do is to pickle my objects, using the module 'cPickle'. I don't
know about its efficiency compared to others, but it does the work ^^.

Evan




More information about the SciPy-User mailing list