Login  Register

Re: Function speeds

Posted by Wayne Rasband on Apr 25, 2007; 4:17pm
URL: http://imagej.273.s1.nabble.com/Function-speeds-tp3699683p3699684.html

> Is it fair to say that, in general:
> built-in functions are faster than plugins, and
> plugins are faster than macros?

No. Most built-in functions are implemented as plugins so they are not
necessarily faster than user plugins. A plugin that does pixel-by-pixel
processing is much faster than a macro that does pixel-by-pixel
processing, but a plugin that calls built-in functions can be slower
than a batch mode macro that calls built-in functions.

-wayne