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
Resolving file paths for require is ~10 times slower in packed ruby which leads to a significant boot time slowdown (40 seconds to load packed rails app instead of 6-7seconds via regular interpreter in my case).
Resolving file paths for
require
is ~10 times slower in packed ruby which leads to a significant boot time slowdown (40 seconds to load packed rails app instead of 6-7seconds via regular interpreter in my case).Regular ruby interpreter:
Ruby-packer:
The text was updated successfully, but these errors were encountered: