Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information