On Fri, 21 Jan 2011, Joel Bierling wrote:
> Thanks for the response. We're already making use of multi-processing
> in terms of processing more than one image at a time, but in the case
> where we're processing a single file, this would result in a speedup
> I'm sure.
>
> Does lcms use multi-thre
Thanks for the response. We're already making use of multi-processing
in terms of processing more than one image at a time, but in the case
where we're processing a single file, this would result in a speedup
I'm sure.
Does lcms use multi-threading in any other area of the code?
-Joel
On Thu, J
On Wed, 19 Jan 2011, Joel Bierling wrote:
> In studying our application's performance, I've measured that we spend
> the majority of our processing time in:
>
> cmsDoTransform() --> CachedXFORM() --> Eval4Inputs()
>
> I assume that these functions have been optimized already, but in case
> not, do