[ab] Fast pixel access

Anthony Fairchild anthonyf at blarg.net
Tue Nov 28 23:28:03 CST 2006


On 11/28/06, Luke Crook <luke at balooga.com> wrote:
>
> Glad to hear it. How much faster?
>

;; Timing with old code
User time    =        0.781
System time  =        0.000
Elapsed time =        0.791
Allocation   = 20904992 bytes
0 Page faults

;; Timing with new code
User time    =        0.320
System time  =        0.000
Elapsed time =        0.331
Allocation   = 9088 bytes
0 Page faults

Over 2 times faster.   And take a look at the allocation savings!

Anthony


More information about the application-builder mailing list