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, does anyone have thoughts about the potential for doing so?

The obvious first thing to do is to multi-thread the transform 
requests so that they are done in parallel on multi-core systems. 
This obtains linear speedups.

Bob
-- 
Bob Friesenhahn
bfrie...@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Lcms-user mailing list
Lcms-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lcms-user

Reply via email to