[progress Communities] [progress Openedge Abl] Forum Post: Re: Simple Loop Is Slow Compared...

  • Thread starter Thread starter swilson-musco
  • Start date Start date
Status
Not open for further replies.
S

swilson-musco

Guest
So I added some code in vb.net loop to see if it is "short cutting" or if compiler is causing a premature exit of the loop. I defined a filewriter and streamwriter and output the following... Do While i < 999999999 stream.Write("scott" + vbCrLf) i = i + 1 Loop It when from 3 seconds to 70 seconds...still faster than 4GL even when doing disk IO. Odd..

Continue reading...
 
Status
Not open for further replies.
Back
Top