austin-cheney
8 hours ago
Try blocks are a performance handicap that throws its containing function out of jit compilation.
As such try blocks should be limited to critical decisions only that would otherwise halt the application.
8 hours ago
Try blocks are a performance handicap that throws its containing function out of jit compilation.
As such try blocks should be limited to critical decisions only that would otherwise halt the application.