Manage dirty rect efficiently
- by Tianzhou Chen
Hi all,
I am implementing a view system and I want to keep track of all the dirty rects. It seems my dirty rect management is a bottleneck for the whole system. On one hand, invalidating the bounding box of the dirty region seems to be an easy approach. But in the situation like this:
Say I have a client area of 100x100; I have a dirty rect…