btc / allegro

Allegro Composer for iOS
2 stars 1 forks source link

Perf: Rest images are too big #293

Closed btc closed 7 years ago

btc commented 7 years ago

20% of the apps compute going towards rendering a single rest image:

image

btc commented 7 years ago

@qphe95 @niklele @ppsekhar @kevin-coelho

Some performance-improving tasks we may need to consider:

Right now, it's just too costly. Nothing else even comes close:

image

btc commented 7 years ago

After some more profiling, it has been determined that RestView.init is the most expensive function in Allegro. oops.

image