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

Add batch API #7

Closed bsudekum closed 8 years ago

bsudekum commented 8 years ago

How can I best handle the situation where I do not know how large the bin pack will eventually be? Ideally we could add a batch API that would grow in size as more items are added to it.

/cc @bhousel