ruby-bootsnap

Boot large ruby/rails apps faster
  https://github.com/Shopify/bootsnap
  0
  no reviews



Bootsnap is a library that plugs into Ruby, with optional support for `ActiveSupport` and `YAML`, to optimize and cache expensive computations.

Bootsnap optimizes methods to cache results of expensive computations, and can be grouped into two broad categories: * Path Pre-Scanning * Compilation caching