Hacker News new | ask | show | jobs
by pjc50 1249 days ago
This is a weird fight to pick.

It's usually a problem for any software that enumerates a directory for any reason, because that ends up being O(n) and often at least N system calls to e.g. get file information.