Re: append() versus &=
- Posted by Robert Craig <rds at ATTCANADA.NET> Sep 12, 2000
- 413 views
Lewis Townsend writes: > Who was it that recently said that append() is faster > than &= ? I have written a benchmark program that > seems to prove otherwise. Let me know if there is a flaw > in my program or if I misunderstood or what. Try your benchmark again, but this time run each append() loop *after* the corresponding &= loop. I think you'll be surprised. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com