Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP 6.0
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00134285
Message ID:
00138650
Views:
9
>Yup, but late binding also increases performance.

Late binding increases performance where late binding is necessary, e.g., where it replaces a DO CASE or other conditional. Where it does not, it is slower than early binding. Most function calls can use early binding, hence the net result is a slowdown at runtime. On the other hand, I believe it makes programming easier.

Whether the runtime slowdown really matters--especially in a database context, where I/O is the predominant bottleneck--is a different matter.
Previous
Reply
Map
View

Click here to load this message in the networking platform