Changes between Version 4 and Version 5 of WorkGenerators
- Timestamp:
- 02/08/10 20:20:03 (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkGenerators
v4 v5 13 13 * a51 14 14 * limit 15 * buckets 15 16 16 17 == random == … … 108 109 source=generator:: 109 110 the subgenerator from which to obtain the chains 111 112 == buckets == 113 114 Reads data from an ordered set of corresponding input files 115 116 ram=megabytes:: 117 the maximum amount of ram to use for in core sorting 118 sort:: 119 sort each bucket 120 prefix=filename:: 121 the files to read from. actual files then have the prefix prefix_0, prefix_1, prefix_2, ... 122 parts=integer:: 123 the number of buckets
