Python Memory Manager

2008-02-17 Thread Pie Squared
, Pie Squared -- http://mail.python.org/mailman/listinfo/python-list

Re: Python Memory Manager

2008-02-17 Thread Pie Squared
On Feb 17, 1:57 pm, Paul Rubin http://[EMAIL PROTECTED] wrote: Pie Squared [EMAIL PROTECTED] writes: Also, if it does, how does it deal with memory segmentation? This question bothers me because I've been trying to implement a moving garbage collector, and am not sure how to deal

Re: Python Memory Manager

2008-02-17 Thread Pie Squared
On Feb 17, 3:05 pm, [EMAIL PROTECTED] wrote: I researched this for some Java I wrote. Try to avoid shuffling physical memory - you'll write a lot less code and it will be faster, too. Use an allocated list and an available list. Keep them in address order. Inserting (moving list elements