RubyGems Navigation menu

readorder 1.0.0

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.

Gemfile:
= 复制到剪贴板 已复制!

安装:
=

版本列表:

  1. 2.0.0 - September 24, 2009 (23.0 KB)
  2. 1.0.0 - August 05, 2009 (21.0 KB)

Runtime 依赖 (5):

configuration ~> 0.0.5
hitimes ~> 1.0.1
logging ~> 1.1.4
main ~> 2.8.3
rbtree ~> 0.2.1

Development 依赖 (1):

rake ~> 0.8.3

业主:

作者:

  • Jeremy Hinegardner

SHA 256 校验和:

3f688f18d3285859d272cc1d3dc00a58a0390867a071aa86288f308da013a698

下载总量 7,922

这个版本 3,421

许可:

需要的 Ruby 版本:

链接: