oracle / truffleruby

A high performance implementation of the Ruby programming language, built on GraalVM.
https://www.graalvm.org/ruby/
Other
3k stars 184 forks source link

Bundler is slow on TruffleRuby #1398

Closed eregon closed 6 months ago

eregon commented 6 years ago

Currently running Bundler on TruffleRuby is very slow.

We need to profile, figure out the bottlenecks and optimize them so we get around the same speed as MRI when installing gems via Bundler.

gem install on TruffleRuby is also not fast for installing gems, there are probably common bottlenecks between the two.

eregon commented 6 months ago

Bundler is reasonably fast on TruffleRuby these days.

mojavelinux commented 6 months ago

I totally agree. The speed now is quite impressive. Tremendous work!