Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

As a gamedev, those slowdowns are common. Ui rendering, due to transparency, layering and having to redraw things, and especially from triggering allocations, can be a real killer. Comparing old vs new before allowing it to redraw is really helpful. I found layers and transparency was a killer in css as well in one project, but that was more about reducing layers there


Drawing to the screen is a IO operation, is going to be slow.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: