mapbox / shelf-pack

A 2D rectangular bin packing data structure that uses the Shelf Best Height Fit heuristic
ISC License
129 stars 17 forks source link

failed allocation should return null, not {-1, -1} #1

Closed jfirebaugh closed 8 years ago

bhousel commented 8 years ago

Yes definitely.. I only did the -1,-1 thing to make it a drop-in replacement for the other BinPack.