Can you explain a bit about what did you mean by "program contains mainly 
instances"? And what is __slots__?

Thanks

--- On Mon, 11/29/10, Armin Rigo <[email protected]> wrote:

> From: Armin Rigo <[email protected]>
> Subject: Re: [pypy-dev] PyPy-JIT memory usage compared to CPython?
> To: "Andy" <[email protected]>
> Cc: [email protected]
> Date: Monday, November 29, 2010, 5:32 AM
> Hi,
> 
> On Sat, Nov 27, 2010 at 12:03 AM, Andy <[email protected]>
> wrote:
> > I'm particularly interested in the memory usage of
> PyPy-JIT vs. CPython when running Django. In general would
> PyPy-JIT increase or decrease memory usage?
> 
> It depends on the kind of application.  PyPy with a
> JIT may get to
> 1.5x or 2x more than CPython, but it may also be smaller
> than CPython
> if your program contains mainly instances and you didn't
> feel like
> carefully putting __slots__ everywhere.
> 
> 
> A bientôt,
> 
> Armin.
> 


      
_______________________________________________
[email protected]
http://codespeak.net/mailman/listinfo/pypy-dev

Reply via email to