Does it really make a measurable difference, considering the overhead for the function calls etc? To me it appears to be operations on a far too low level to make efficient pike programs possible anyway.
/ Martin Stjernholm, Roxen IS
Previous text:
2002-11-25 20:59: Subject: SDL
I have now implemented and checked in SDL.Surface->set_pixel and get_pixel methods. Note that they do no boundary checking so if you write outside the surface... Well, go figure. I could add it but I'd rather avoid any checks I can for performance reasons...
/ David Hedbor