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

Optimize requires for non-omnibus installs #302

Merged
merged 1 commit into from
Aug 13, 2020
Merged

Optimize requires for non-omnibus installs #302

merged 1 commit into from
Aug 13, 2020

Commits on Aug 12, 2020

  1. Optimize requires for non-omnibus installs

    require is quite slow in Ruby and doing requires for things you've already required is also slow. We've used this simple hack in Chef to speed up our requires. In the omnibus installs we patch how rubygems works to make this somewhat pointless, but this will help non-omnibus installs
    
    Signed-off-by: Tim Smith <tsmith@chef.io>
    tas50 committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    7e2d8e6 View commit details
    Browse the repository at this point in the history