Am 18.11.2014 um 15:48 schrieb Carl Hetherington:
I'm a bit surprised there isn't a noticeable
hit, but then most of the
time is spent in J2K encoding anyway.
There were a few small performance optimisations around 1.70.0 that
might be having an effect here.
Yes, that could be the slight improvement I am seeing. However, this was just a quick
check on some rather slow machines with only a few threads. I guess with a higher number
of threads on modern CPUs, the memory usage could come into play. Next test is network
clients, I am sure this will see a real hit because of the necessary bandwidth.
I guess with modern CPUs, handling 8Bit data is rarely a real advantage, as they have
native and optimized ways to deal with 16, 32 bit,... data.
I will try to repeat the same test on the same Mac network I used for my previous network
test. Let's see...
- Carsten