Re: [Lcms-user] Optimization

2011-01-23 Thread Bob Friesenhahn
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

Re: [Lcms-user] Optimization

2011-01-21 Thread Joel Bierling
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

Re: [Lcms-user] Optimization

2011-01-20 Thread Bob Friesenhahn
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