On 02/03/2011 03:04 PM, Benjamin Root wrote:

> Also, not to sound too annoying, but has anyone considered the idea of
> using compressed arrays for holding those rgba values?

I don't see how that really helps; as far as I know, a full rgba array 
has to be passed into agg.  What *does* help is using uint8 from start 
to finish.  It might also be possible to use some smart downsampling 
before generating the rgba array, but the uint8 route seems to me the 
first thing to attack.

Eric

>
> Ben Root

------------------------------------------------------------------------------
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world? 
http://p.sf.net/sfu/oracle-sfdevnlfb
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to