Tom Hanley
11/28/2020, 8:38 PMrunCatching
block that doesn't throw was doing well over 200k ops/ms
• a runCatching
block that did throw and catch an exception was doing 993 ops/ms
So quite the performance hit from throwing exceptions!Tristan Hamilton
11/30/2020, 10:20 AM