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

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

[Octave-bug-tracker] [bug #60984] Load function on Windows is significan


From: Rik
Subject: [Octave-bug-tracker] [bug #60984] Load function on Windows is significantly slower than on Linux
Date: Thu, 29 Jul 2021 16:19:42 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36

Follow-up Comment #4, bug #60984 (project octave):

@jwe: I wonder, then, whether the issue is that we are doing a lot of
character-by-character processing versus line-oriented processing (I'm
thinking of finding a 'CR' and then having to either peek() or getc()/ungetc()
to check whether it is followed by a 'LF'.  On Linux that processing wouldn't
be present because as soon as you find a 'LF' you're done.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?60984>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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