Which is Faster?
In programming, discussions often come up about which approach to solving a problem is faster. Although I think these discussions often miss the point (as other decision factors often trump execution speed), they are still often informative.
I have had a few occassions recently where I wanted to answer these questions myself. It seemed tedious to continue to write code to test that out, so I decided to write a generic "Code Timer" to run code and test for execution times.
Comments (Comment Moderation is enabled. Your comment will not appear until approved.)
[Add Comment]
Thanks for sharing this Steve. This will be a handy addition to my toolbox.
# Posted By Tony Garcia
| 8/7/09 7:10 AM
[Add Comment]