Earlier quoted context omitted.
That's not true. libjpeg-turbo is ~50 MB/s last I tried - plus it's not lossless. fjxl and fpnge are basically an order of magnitude faster than that. libjpeg-turbo isn't even the fastest jpeg codec - you should check out the (relatively obscure) libmango - roughly 1 gbps decode on a 2020 macbook pro - or nvJPEG for GPU-based JPEG decoding. Supposedly there's even faster GPU-based decoders than nvJPEG, too.
> GPU-based How does this impact the overall latency of encoding a single image?
I did some quick benchmarks against libjpeg-turbo, if that can give you an idea. I expect encoding performance would be similar.