« Return to Thread: agg profiling

Re: agg profiling

by Christof Schardt :: Rate this Message:

Reply to Author | View in Thread

> intepolation is good idea, but do you think that this will be faster
> and more accurate than the SSE2 source code I posted the link to?

Sorry, I've not any experience in this and so cannot compare.
It was just a thought.
However, two considerations:
- trigonometric functions in agg are not part of a numeric chain,
  where small errors could sum up and lead to unacceptable errors
  in the final results. It's only about visual representation and the
  the numerical precision requirements are loose, compared to
  scientific calculations
- if SSE2 is good in speeding up sinus and cosinus, it could
  also speed up the interpolation.

Best regards
Christof

P.S.:  I lurked around on your source-site, it is an impressive project,
I will stay tuned.





------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables
unlimited royalty-free distribution of the report engine
for externally facing server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Vector-agg-general mailing list
Vector-agg-general@...
https://lists.sourceforge.net/lists/listinfo/vector-agg-general

 « Return to Thread: agg profiling