[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #36439] Binary functions equivalent to infix o
From: |
Rik |
Subject: |
[Octave-bug-tracker] [bug #36439] Binary functions equivalent to infix operators not documented anywhere |
Date: |
Fri, 01 Jun 2012 15:08:24 +0000 |
User-agent: |
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0 |
Follow-up Comment #3, bug #36439 (project octave):
I just did some benchmarking which helps support the idea of better
documentation.
Code | Time | Slowdown
-------------------------------
plus() | 2.1 | 0%
@plus() | 2.3 | 9.5%
@(x,y)x+y | 3.7 | 76%
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?36439>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Octave-bug-tracker] [bug #36439] Binary functions equivalent to infix operators not documented anywhere,
Rik <=