in reply to •Re^2: Finding oldest file in directory
in thread Finding oldest file in directory
Note that the arguments against a perl-based high-water-mark algorithm don't apply to List::Util::max, which, like sort, is written in C. (The overhead of a function call vs the overhead of other opcodes does, however, apply, but that's a very small difference.)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
•Re^4: Finding oldest file in directory
by merlyn (Sage) on Oct 19, 2004 at 13:22 UTC |