Re: Multithreading NSBezierPath creation and stroking. Measuring performance

2009-10-28 Thread Sean McBride
On 10/27/09 2:05 AM, Karolis Ramanauskas said: >At this point I started optimizing drawing, so I implemented some cacheing, >etc. and I see significant performance gains. Now my attention is on drawing >multiple series as can be seen in the picture above. I decided that this is >a great place to i

Re: Multithreading NSBezierPath creation and stroking. Measuring performance

2009-10-27 Thread Karolis Ramanauskas
Just noticed I forgot to lock: [plotBitmaps addObject:bitmap]; ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com He

Re: Multithreading NSBezierPath creation and stroking. Measuring performance

2009-10-27 Thread Karolis Ramanauskas
attached is the .m file with relevant code... KR2DScatterPlotViewPlot.m Description: Binary data ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at coco