Files
ladybird/Userland/Libraries/LibWeb/HTML
Andreas Kling 59cb7994c6 LibWeb: Use memcpy() in CanvasRenderingContext2D.getImageData()
Instead of copying the image data pixel-by-pixel, we can memcpy full
scanlines at a time.

This knocks a 4% item down to <1% in profiles of Another World JS.
2024-05-13 17:29:37 +02:00
..
2024-04-27 07:11:02 +02:00
2024-04-11 21:25:06 +02:00
2024-01-19 11:47:59 +01:00
2024-05-04 21:42:59 +02:00