× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Larry Ducie wrote:

I decided to test the common perception that using varying fields is faster than fixed-length fields.

I didn't think varying fields were supposed to be faster for parameter passing, but for processing. I think you would see some different results if you were doing a bunch of %trim() or %scan() operations within the subprocedures.


D) When passing a variable by value the fixed-length version was significantly faster (at least 30%) than the varying equivalent. In the case of passing a fully populated field the fixed-length version was more than twice as fast.

When the temporary varying parameter is created, the length of the fixed field's contents has to be calculated. I'm surprised that the difference is as dramatic as it is.


E) When passing by constant reference the fixed-length version was at least as fast as the varying version. In most cases it was faster.

I'd be interested to know if there is a logical reason for this, or if it was a timing fluke. I can't think of a good reason that there would be a noticeable difference.

As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.