show/hide this revision's text 2 added throw timing

I made a blog entry about this subject last year. Check it out. Bottom line is that there is almost no cost for a try block if no exception occurs - and on my laptop, an exception was about 36μs. That might be less than you expected, but keep in mind that those results where on a shallow stack. Also, first exceptions are really slow.

show/hide this revision's text 1

I made a blog entry about this subject last year. Check it out. Bottom line is that there is almost no cost for a try block if no exception occurs.