You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 19, 2025. It is now read-only.
To take full advantage of concurrent-ruby for faster analyses this
replaces MRI Ruby with JRuby since JRuby can take advantage of threads
without being blocked by the GIL.
* Replace posix-spawn with `IO.popen`
* Replace alpine with `jruby:9.0-jdk` Docker image
Here's a comparison of JRuby vs MRI on a medium sized JavaScript
project using the same concurrency value and same config.
JRuby:
```
codeclimate analyze --dev 0.29s user 0.22s system 0% cpu 2:26.03 total
```
MRI:
```
codeclimate analyze --dev 0.35s user 0.29s system 0% cpu 3:54.92 total
```
0 commit comments