Hacker News new | past | comments | ask | show | jobs | submit login

Another thing that makes Windows builds go slow is the lack of vfork(). On Linux, vfork() lets you create and teardown a new process in ~30 microseconds. On Windows it takes about 6000 microseconds to do the same thing, which is in large part due to the lack of copy-on-write memory (which Windows won't support, due to Microsoft corporate culture being heavily biased against overcommit models).



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

Search: