On Monday, 15 April 2019 at 19:25:24 UTC, A wrote: > It is well known that exceptions are much slower than their > alternatives, but is there a performance cost for using > try/catch, even when no Exception/Error is being thrown? Herb Sutter ACCU presentation about this Exception Handling x Zero-Overhead: https://youtu.be/os7cqJ5qlzo?t=860 Matheus.