What does it mean that "File Stats" are slow on Windows as the reason Ruby is slow?

Posted by aronchick on Stack Overflow See other posts from Stack Overflow or by aronchick
Published on 2010-03-31T18:00:03Z Indexed on 2010/03/31 18:03 UTC
Read the original article Hit count: 382

Filed under:
|

In another question I asked (why is Rake test so slow), part of the response was that:

The reason is that file stat's in windows are dreadfully slow, and, since Ruby is written on Linux (and optimized for Linux), there hasn't been much work to make it faster.

Can someone explain this further?

© Stack Overflow or respective owner

Related posts about ruby

Related posts about Windows