Hi,<br><br>I have commited a first version of the iterator benchmark we dicussed yesterday. It basically iterates over a paint device without doing memcpys.<br>The results are as we expected:<br><br>-HLine- and VLineIterator perform quite similar.<br>
-the rect iterator about 10% faster than hline<br>-the random accesor is about 40% slower than hline<br><br>I tried callgrind on it, but for some reason it doesn&#39;t work that good (maybe because of the unit test) and it&#39;s really slow. Any idea if it&#39;s possible to speed it up a bit?<br>
<br><br>Sven<br>