1 points | by GonzaloCV 8 hours ago ago
1 comments
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.
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.