|
|
|
|
|
by lesuorac
588 days ago
|
|
This isn't benchmarked against returning a Result right? Like wouldn't bypassing any unwinding be faster than improving unwinding. You already seem to have control over the code as the thrown and caught exception have to be the same so might as well just write the code as a `Result<T, Exception>` in the first place no? |
|