Hello all.
Just had a couple of random through for jruby…
- might be interesting to have/add something like
[1,2,3].map_threaded{|n| n * 3} # some way to have easy access to
fork/join, maybe, too?
- “optional parameter types should you need them for speed” (I guess
that sounds like inline mirah, but you know what I mean).
Cheers!
-r
Roger P. wrote in post #983471:
RCR: fork(n) {|n| } - Ruby - Ruby-Forum
is maybe related
See also http://nextsprocket.com/tasks/ruby-java-converter (bounty $400
for same).
Actually I almost wonder if jruby couldn’t have a compiler flag
“–attempt-to-pre-compile-to-java” (converts it to mirah or to straight
java, if it can).
If it did, imagine how jruby would do on the alioth benchmarks! whoa!
-r