simplify_static_dir/lib/Directory/Simplify
Dan Church 02f97c2a90
Refactor 'more_linked'
- Make method static.
- Don't call dirname() in sort block. Relegate this to *::File.
  This carries with it a slight performance boost; calculate dirname of
  file only once upon instantiation, instead of (N log N) * 2 times.
- Move determination of read-only entries higher.
  This carries with it a slight performance boost as well, no longer
  redundantly testing directory write-ability N log N times (reduced to
  N times), and no longer requires memory to keep track of warnings
  issued.
2023-07-20 15:09:58 -05:00
..
Instruction Refactor 'more_linked' 2023-07-20 15:09:58 -05:00
File.pm Refactor 'more_linked' 2023-07-20 15:09:58 -05:00
FileHash.pm Move library code to lib/ 2023-06-29 13:01:29 -05:00
Utils.pm Move library code to lib/ 2023-06-29 13:01:29 -05:00