Exceptions as flow control in JRuby is suboptimal
I just saw a blog post by Chris Heald that used profiling to find some libraries that were using exceptions as flow control, which causes issues in JRuby . Seems worth a read if you use JRuby.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
I just saw a blog post by Chris Heald that used profiling to find some libraries that were using exceptions as flow control, which causes issues in JRuby . Seems worth a read if you use JRuby.
Post a comment