dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #01455
Re: IO: [...]
On Sun, Nov 06, 2005 at 05:08:47PM -0600, Anders Logg wrote:
> What about speed? Is read_array() still slow in SciPy?
>
> /Anders
>
Yes, the read_array() in SciPy is very slow, but I switched to
readFloatArray() (similar but not identical interface, same file
format) in Scientific which is actually faster than the custom
read_array(). SciPy and Scientific seem to overlap quite a lot in
functionality, but they both seem to be pretty established.
Johan
Follow ups
References