Open jrheisey opened 1 year ago
Setup
Observation
Things I've tried which were unsuccessful
Why does it take so long to call a simple function? Could something be misconfigured?
A response in the Octave forum said he could duplicate this behavior on Windows and Linux. It appears to be a limitation in Oct2Py.
I have worked around this issue by spawning the 'octave' command line tool and parsing stdout. This takes just 125 milliseconds.
Setup
Observation
Things I've tried which were unsuccessful
Why does it take so long to call a simple function? Could something be misconfigured?
A response in the Octave forum said he could duplicate this behavior on Windows and Linux. It appears to be a limitation in Oct2Py.