octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #49927] audioread slow when extracting only pa


From: Rik
Subject: [Octave-bug-tracker] [bug #49927] audioread slow when extracting only part of a file
Date: Wed, 28 Dec 2016 01:06:20 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Follow-up Comment #14, bug #49927 (project octave):

The 32-bit version of Octave has arrays which can hold 2^31 elements.  If each
element is a float, as it is in this case, then the allowable file size would
be


2^31 * 4B = 8 GB


I don't think Octave's internal limits are being hit.  It is the operating
system which doesn't have 575MB of contiguous memory.



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?49927>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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