Categories: None [Edit]

readorder

https://rubygems.org/gems/readorder
Readorder orders a list of files into a more effective read order. You would possibly want to use readorder in a case where you know ahead of time that you have a large quantity of files on disc to process. You can give that list off those files and it will report back to you the order in which you should process them to make most effective use of your disc I/O. Given a list of filenames, either on the command line or via stdin, readorder will output the filenames in an order that should increase the I/O throughput when the files corresponding to the filenames are read off of disc. The output order of the filenames can either be in inode order or physical disc block order. This is dependent upon operating system support and permission level of the user running readorder.

Total

Ranking: 94,520 of 187,239
Downloads: 8,568

Daily

Ranking: 116,310 of 187,224
Downloads: 2

Depended by

RankDownloadsName

Depends on

RankDownloadsName
101,151,901,046rake
46097,519,648logging
82659,911,747hitimes
3,1114,540,405main
4,8281,492,767configuration
7,076592,911amalgalite

Owners

#GravatarHandle
1iconjjh