On Wednesday, 8 June 2016 at 03:19:18 UTC, Jack Stouffer wrote:
The Phobos developers made the decision to use the GC in order to be @safe rather than fast.

Really, if performance matter to you, you'd better not have exception in the critical path to boot. I'm more and more convinced that even RC system should not try to decrement and leak (ie delegate to the GC) when unwinding.

Reply via email to