Directory_watcher consumed ~25% CPU on big Jekyll projects (depending on the number of watched files), since it polled for changes every second. Listen is easier on CPU, as it uses directory change notifications provided by OS (currently OS X and Linux), falling back to polling when they are not available. |
||
---|---|---|
.. | ||
jekyll | ||
site_template | ||
jekyll.rb |