jkotlinski / anim64

Frame-based C64 PETSCII animator
7 stars 2 forks source link

Improve bin packing #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When compiling one-filer, animations are assigned to different heaps. Currently 
this assignment is not done in a very clever way, leading to suboptimal bin 
packing. Should use some more clever algorithm (simply assigning the largest 
animations first would be a good improvement, but could also try to do 
something optimal)

Original issue reported on code.google.com by kotlin...@gmail.com on 16 Feb 2012 at 8:48

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago

Original comment by kotlin...@gmail.com on 15 Apr 2012 at 7:25