Re: voting on GOTO
- Posted by Jeremy Cowgar <jeremy at cowgar?c?m> Jun 06, 2008
- 816 views
c.k.lester wrote: > > Jim Brown wrote: > > > > 9,999,999 function calls is about 2 seconds. 99,999,999 gotos is <1 second. > > While that kicks total butt, I have to wonder who calls a function almost > 10 million times? Just curious. I'm sure Kat with her processing of gigabytes > of text probably makes use of some lines of code many many times... Kat? Have you done benchmarking before? The greater number of iterations you test, the more accurate your result is. The important thing is goto is substantially faster. -- Jeremy Cowgar http://jeremy.cowgar.com