Whoops, got to reply to myself.. In the attached version of the benchmark (see my previous post) no exceptions are thrown. If you remove the +1 part in the array allocation (new int[arraysize+1]) you get the results I posted yesterday showing that try/catch is bad. The current version throws no exceptions and shows the explicit-test is bad.. Marcel
- Exceptions instead of checks for rare cases Artur Biesiadowski
- Re: Exceptions instead of checks for rare cases Scott Miller
- Re: Exceptions instead of checks for rare cases marcel
- Re: Exceptions instead of checks for rare case... Artur Biesiadowski
- Re: Exceptions instead of checks for rare case... toshok
- Re: Exceptions instead of checks for rare ... marcel
- Re: Exceptions instead of checks for r... Brian Jones
- Re: Exceptions instead of checks ... Artur Biesiadowski
- marcel

