LCA: Lessons from 30 years of Sendmail
LCA: Lessons from 30 years of Sendmail
Posted Feb 8, 2011 0:26 UTC (Tue) by cmccabe (guest, #60281)In reply to: LCA: Lessons from 30 years of Sendmail by nix
Parent article: LCA: Lessons from 30 years of Sendmail
Sigh. I knew I was going to get some grief when I said "there are no shortcuts." :)
It depends on what you call a shortcut I guess. The header guard optimization is good, but the process as a whole is still O(n^n). Doing slightly more efficient things with file descriptors can't change that.