Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I thought installing an SSD would speed up development on my local system in Rails 3 - it barely changed a thing.

It does make things like tests etc run way, way faster though.



Yeah, that's at least in part because of the stat()/lstat()-blowup.

After the first run most of the stat data will be cached in-memory anyway, but tens of thousands of unnecessary system calls hurts even with the actual data in memory...




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: