Files
ladybird/Userland/Libraries/LibGfx
Jelle Raaijmakers bfb4e08612 LibGfx: Use memcpy instead of fast_u32_copy for blitting
In some artificial full screen blitting profiling, I've seen `memcpy`
take up about 4% fewer samples each time I measure. It seems like
`fast_u32_copy` is not as fast as it'd like to believe.
2022-09-14 17:17:19 +02:00
..
2022-08-08 22:39:06 +02:00
2022-09-11 22:45:49 +01:00