Re: Speed: sprintf vs. & operator
- Posted by Robert Craig <rds at RapidEuphoria.com> Jan 08, 2003
- 477 views
Jordah Ferguson writes: > Will this solution fix the problem deparse() > presented a couple of months ago. It will only be faster when you have multiple concatenations in one expression. The version of deparse() that I looked at just now, has only single concatenations at a time. If you change the code to do multiple concatenations (when there are 3 or more items to concatenate) then it will be faster in 2.4. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com