in reply to How to make this perl version of "du" faster?

Any ideas on how to make it more efficient?
Write it in C, glue it with XS to Perl. You could probably lift the majority of the needed C code from an open source implementation of 'du'.
  • Comment on Re: How to make this perl version of "du" faster?