hi,
since i implemented exception catching in my code, it executes about 50% longer than before. Since it's numerical calculation that runs for couple of hours, speed is quite important. number of try-catch blocks is less than 10.
how much exception catching affects on speed?
Bookmarks