balo has quit [Ping timeout: 240 seconds]
balo has joined #jruby
tenderlo_ has joined #jruby
tenderlove has quit [Ping timeout: 248 seconds]
swills has quit [Remote host closed the connection]
swills has joined #jruby
swills has joined #jruby
claudiuinberlin has joined #jruby
prasun has joined #jruby
prasun has quit [Remote host closed the connection]
kotk_ has quit [Read error: Connection reset by peer]
kotk has joined #jruby
_whitelogger has joined #jruby
PacificSalmon has joined #jruby
<PacificSalmon> any tips to speed this up, or another method that'd work better for jruby/ruby in general: https://github.com/pry/pry/blob/c988595b65e415f518c68dea872db02eb8c20082/lib/pry/helpers/text.rb#L85
<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.
Joufflu has joined #jruby
PacificSalmon has quit [Changing host]
PacificSalmon has joined #jruby
PacificSalmon has joined #jruby
<GitHub174> [jruby] ahorek opened pull request #4772: File.symlink? fix typo (master...fixsymlink) https://git.io/v50Cm
<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…]
claudiuinberlin has joined #jruby
baroquebobcat has joined #jruby
claudiuinberlin has quit [Quit: Textual IRC Client: www.textualapp.com]
baroquebobcat has quit [Quit: baroquebobcat]
<GitHub20> [jruby] ahorek opened pull request #4773: WIP: fix glob encoding (master...fix_glob_encoding) https://git.io/v50Rg