flamendless / Slab

An immediate mode GUI for the Love2D framework.
MIT License
289 stars 25 forks source link

speed up DrawCommands #116

Closed megagrump closed 2 years ago

megagrump commented 2 years ago

A bunch of changes to make DrawCommands faster and less GC-heavy.

I may have another go at this for further optimizations at a later time. We're currently ~15% faster than the original 0.9.0 code.

flamendless commented 2 years ago

Reviewed the changes. All looks good. Thanks!