|
|
|
|
|
by throw156754228
751 days ago
|
|
As mentioned in another comment here, the unwind is expensive. That is, searching back through the stack finding the original call site that triggered the exception. How do algebraic effects handle that performance hit? |
|