help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Long save and very long load times


From: Brett Green
Subject: Re: Long save and very long load times
Date: Fri, 5 Jun 2020 20:44:27 -0400


On Fri, Jun 5, 2020 at 7:43 PM Dmitri A. Sergatskov <dasergatskov@gmail.com> wrote:


You are probably saving it as formatted as ascii. That takes a lot of time. Use binary (or hdf5 or mat)

Dmitri.
--

On Fri, Jun 5, 2020 at 8:30 PM Doug Stewart <doug.dastew@gmail.com> wrote:

did you try a binary file format?
--
DASCertificate for 206392


Thank you both! Yes, I had been doing the default save which saves it in ASCII.

On average, -hdf5 takes 14s, -mat takes 9s, and -binary takes 6s to save. Loading from -binary took only 7s.

This is another good reminder to go back and question the inconveniences I grew accustomed to as a beginner, before knowing that they could be resolved...


reply via email to

[Prev in Thread] Current Thread [Next in Thread]