ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/bin/treescan
(Generate patch)

Comparing IO-AIO/bin/treescan (file contents):
Revision 1.14 by root, Tue Oct 4 18:33:26 2011 UTC vs.
Revision 1.15 by root, Thu Dec 13 07:34:14 2012 UTC

1#!/opt/bin/perl 1#!/opt/bin/perl
2 2
3# inspired by treescan by Jamie Lokier <jamie@imbolc.ucc.ie> 3# inspired by treescan by Jamie Lokier <jamie@imbolc.ucc.ie>
4# about 40% faster than the original version (on my fs and raid :) 4# about 40% faster than the original version (on my fs and raid :)
5 5
6use strict; 6use common::sense;
7use Getopt::Long; 7use Getopt::Long;
8use Time::HiRes (); 8use Time::HiRes ();
9use IO::AIO; 9use IO::AIO;
10 10
11our $VERSION = $IO::AIO::VERSION; 11our $VERSION = $IO::AIO::VERSION;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines