Neil Roberts 74b6484812 cogl-rectangle-map: Use a GArray for the stack
When iterating over the rectangle map a stack is used to implement a
recursive algorithm. Previously this was slice allocating a linked
list. Now it uses a GArray which is retained with the rectangle map to
avoid frequent allocations which is a little bit faster.
2010-08-12 11:56:59 +01:00
..
2010-07-15 17:27:15 +01:00
2010-07-15 17:27:15 +01:00
2010-06-01 12:08:18 +01:00
2010-08-09 19:38:23 +01:00
2010-03-03 17:02:51 +00:00