Hacker School Day 40 – Making pstree Faster/Ugly – Globbing The final optimization for the pstree clone was to replace file globbing with readdir and a custom isInt function.