in reply to Re: Re: Re: Performance Tuning: Searching Long-Sequence Permutations
in thread Performance Tuning: Searching Long-Sequence Permutations
It fetches the length value out of the passed-in string. When given a non-string, it is first converted to a string per normal perl. This is of course, a runtime operation.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Re: Performance Tuning: Searching Long-Sequence Permutations
by BrowserUk (Patriarch) on Jun 27, 2003 at 12:01 UTC | |
by diotalevi (Canon) on Jun 27, 2003 at 12:03 UTC |