Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Speed: Methods vs. External Functions?
Message
From
05/05/1997 16:21:58
Matt Mc Donnell
Mc Donnell Software Consulting
Boston, Massachusetts, United States
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00030888
Message ID:
00030892
Views:
32
>Does anyone know if there is a performance hit when using an external function rather than a method?
>
>Michael G. Emmons

What do you mean external?

programs in memory: (RAM hit)
API functions are usually fastest.
Functions from (SET PROCEDURE TO) are next
Methods are next
programs not loaded: (does not really apply if all code is included in exe)
Programs in path but not in memory are next.
Functions within programs not in memory are last.

I think that's accurate
Matt McDonnell
...building a better mousetrap with moldy cheese...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform