/* * File: Order6CExamples.txt * Author: S Harry White * Created: 2009-12-02 * Updated: 2022-01-19 * New times. */ Example 1: One partition. Input the start and end partitions: 1 1 Number of files: 3, total size: 89 KB, run time: < 1 second. Example 2: One partition, (the last, consecutively concentric squares). Input the start and end partitions: 43758 43758 Number of files: 3, total size: 63 KB, run time: < 1 second. Example 3: A sub-range of partitions. Input the start and end partitions: 50 99 Number of files: 39, total size: 676 KB, run time: < 1 second. Example 4: All partitions. WARNING: Many files and large total size. Input the start and end partitions: 1 43758 Number of files: 44,291, total size: 450 MB, run time: 5.7 minutes.