[bug #68121] convert isequal to built-in function for performance
"Dmitri A. Sergatskov" <[email protected]>
| Newsgroups | gmane.comp.gnu.octave.bugs |
|---|---|
| Message-ID | <[email protected]> |
Please use the bug tracker to post updates to a bug report. The mailing list is intended as a read-only notification stream. Info posted to this mailing list address won't appear in the tracker database where it is most useful.
Follow-up Comment #17, bug #68121 (group octave):
It is faster for things like
tic; for jj=1:1e5, isequal(1,1); endfor; toc
(because it skips interpreter call), I assume it may be faster for some
complicated structures becouse of the C++ recursion will be much faster than
interpreter's ; but for vectorized array OP it is worse.
Dmitri.
--
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?68121>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
signature.asc
(application/pgp-signature, 228 B)
-----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQQk97aszIMMAvLLwm6qLAuaBUf3TgUCacwXUwAKCRCqLAuaBUf3 TmOCAQD0qNnqjWQuRaRJEa69hd3KbESPUnBREdtRhlYnBounewEAo/dgDIJeR2rX PHMwTPi/czY544JomCNt8VvbySy0wAs= =s4RW -----END PGP SIGNATURE-----