Skip to content
Prev 974 / 3656 Next

R slower after etch->lenny upgrade

Le Tue, Dec 08, 2009 at 09:06:56AM -0700, Gary Hodges a ?crit :
Dear Gary,

I think that between Etch and Lenny, R switched its default rendering system to
use the Cairo library, which provides anti-aliasing and other improvements.
This rendering system is slower than the previous system, Xlib. Maybe you can
try your comparison using ?type = "Xlib"? when you open X11() or png() devices.

Best regards,