4270e050e4
No MOVED entry cause its new. Hand maintianer to wblock per request Pointyhat to: eadler Feature safe: yes
6 lines
301 B
Text
6 lines
301 B
Text
Algorithm::BinPack efficiently packs items into bins. The bins are given
|
|
a maximum size, and items are packed in with as little empty space as
|
|
possible. An example use would be backing up files to CD, while
|
|
minimizing the number of discs required.
|
|
|
|
WWW: http://search.cpan.org/dist/Algorithm-BinPack/
|