TurboJpeg: No speed improvements

659 views Asked by At

I'm on a 64-bit CentOS 6.4 machine. I have a simple benchmark that reads a JPEG into memory or writes a JPEG. I was previously using libjpeg. Now, I installed TurboJpeg, recompiled, and I see no performance improvement. I re-linked against libturbojpeg, I changed the LD_LIBRARY_PATH to point to where the libturbo libraries are (in /opt/libjpeg-turbo), I did everything I can think of, but the performance is exactly the same.

Why is this?

Could it be tha tthe libjpeg.so files that were already in /usr/lib64 on my machine were already from libjpeg-turbo? That's the only thing I can think of.

However, how can I know for sure that libjpeg-turbo is no faster, and I'm not doing something wrong?

0

There are 0 answers