Ticket #940 (new defect)

Opened 1 year ago

Last modified 3 months ago

read large output from octave (and probably matlab) takes *forever*

Reported by: was Assigned to: mhansen
Priority: major Milestone: sage-3.2.1
Component: interfaces Keywords:
Cc:

Description

    sage: t = '"%s"'%10^10000   # ten thousand character string.
    sage: a = octave(t)

If you now try to print a, it take forever.

Change History

08/30/2008 11:10:22 PM changed by mabshoff

  • owner changed from was to mhansen.