potpack icon indicating copy to clipboard operation
potpack copied to clipboard

Increase packing efficiency by sorting equal-height boxes by width

Open SuperLlama88888 opened this issue 1 year ago • 0 comments

Implementing this simple change in my project saw consistent improvements of 1% packing efficiency.

Thank you for such a useful library!

Before: 96.95% space efficiency

potpack_old

After: 97.96% space efficiency

potpack_new

SuperLlama88888 avatar Dec 30 '24 11:12 SuperLlama88888