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

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

[Octave-bug-tracker] [bug #64882] Slow to pass arrays out of mexFunction


From: anonymous
Subject: [Octave-bug-tracker] [bug #64882] Slow to pass arrays out of mexFunction
Date: Sun, 12 Nov 2023 14:55:21 -0500 (EST)

Follow-up Comment #2, bug #64882 (project octave):

Thanks for the suggestion. Tried it - no difference.

octave:7> A=rand(20000);
octave:8> tic;B=TestFunc(A);toc
Entered      : Elapsed time is 0.000444889 seconds.
Parsed args  : Elapsed time is 0.000519991 seconds.
Created array: Elapsed time is 1.85883 seconds.
Elapsed time is 4.4488 seconds.



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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