I have a jruby rails app with a ruby module in lib that is name-spacing my java objects so I don't have conflicts.
I'm wondering what the difference is between including the ...
An algorithm written in Java should be faster than the same algorithm written in JRuby, right?.
However, if I write the algorithm in Java and then call it from JRuby, will I ...