ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
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: https://metacpan.org/release/Algorithm-BinPack
|