I’m running a Ruby script which loads about 80 ruby files through
require. On Linux it takes no time to load and run. But on windows it
takes ~10 seconds just to load the files.
Why is Ruby on Windows so slow to load files? Can I do anything about
it? (other than not loading them)
I’m running a Ruby script which loads about 80 ruby files through require.
On Linux it takes no time to load and run. But on windows it takes ~10
seconds just to load the files.
Why is Ruby on Windows so slow to load files? Can I do anything about it?
(other than not loading them)
Are those files on a network file system? Do you have a virus scanner?
robert
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.