[comp.sys.mac] Inefficiency with DiskFit 1.5 durin

barry@primerd.prime.com (04/18/89)

My recollection of how DiskFit works when creating a NEW Smartset is
that it processes smallest files first and largest files last. This
ordering almost always ensures an increasing amount of wasted space
per floppy as floppies are added; since small files are used first,
it becomes increasingly likely that there will be a sizable chunk of
space left on a floppy, but all files remaining to be written are too
big to fit. A simple change that would yield much better space
utilization is to process files from largest to smallest, e.g.
whenever there is unused space on floppy, whether reclaimed space or
newly formatted space, always write the largest unwritten file that
will fit.  Since small files are useful for "filling in the chinks",
DiskFit should try to hold on to these, not use them up at the
beginning.

------------------------------------------------------------------------
Barry Wolman                      | barry@s66.prime.com
Principal Technical Consultant    | 492 Old Connecticut Path
Prime Computer                    | Framingham, MA 01701
                                  | 508/626-1700, ext. 4187
------------------------------------------------------------------------