Hacker News new | ask | show | jobs
by thelarry 4763 days ago
Compiling while editing. Intredasting.... I assume there is some crazy dependency algorithm.
1 comments

Traditional build systems are all dependency algorithms. The interesting thing here is that they run a service to track file modifications so it's not necessary to stat() the entire hard drive to find out what has changed, so you can do incremental rebuilds very cheaply.