Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid running ruby twice #48

Merged
merged 1 commit into from
May 12, 2018
Merged

Avoid running ruby twice #48

merged 1 commit into from
May 12, 2018

Conversation

matthewd
Copy link
Contributor

Related to #38, but not a real fix.

The fork itself isn't slow, but with bundler activated etc, it can add up.

For me in a largish bundlery project, each of these (MRI) ruby invocations is about 0.7 seconds with hot caches (and an SSD). This doesn't help the first run on a cold start, which I think is when it actually feels slow, but it's still some gain. 🤷‍♂️

The fork itself isn't slow, but with bundler activated etc, it can add
up.
@tpope tpope merged commit 04d2980 into tpope:master May 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants