<PacificSalmon>
it's still very slow. i don't really use jruby. do real jruby users have a solution to this problem?
jeremyevans has quit [Quit: leaving]
jeremyevans has joined #jruby
<enebo>
PacificSalmon: -Xlaunch.inproc=true may help in the case you know you are calling back into JRuby. This will start another runtime in the same JVM instead of starting a new one.
<PacificSalmon>
thanks!
<PacificSalmon>
definitely a little faster. down to 1s, and skipping altogether for ascii-only strings. thanks.
<PacificSalmon>
no issues in changing JRuby.runtime.instance_config.run_ruby_in_process temporarily at runtime..? once it is changed to true, will system(RbConfig.ruby) be faster, and slower once again as soon as i set it to false?
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]