You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Data was copied byte by byte in two nested loops.
This changes the code to a single loop, using memcpy to copy one line of data at a time.
I observed a 2% performance improvement on the "decode 512x512 image" benchmark on a 2018 Macbook Pro.
0 commit comments