The REALLY bad thing about Python lists ..

William Tanksley wtanksle at dolphin.openprojects.net
Mon May 15 16:06:27 EDT 2000


On Mon, 15 May 2000 15:02:18 -0500, Russell Turpin wrote:
>Russell Turpin wrote:
>>   Should Python lists be as fast on other platforms
>>   as they are on Linux, where good OS memory
>>   management turned the second strategy into the
>>   first?

>Obviously, that should be "good malloc() memory 
>management." The question stands: does GNU m/re-
>alloc() use buddy list allocation?

AFAIK, no.  That's usually reserved for the kernal and realtime tasks;
it's fast, but VERY VERY wasteful.

>Russell

-- 
-William "Billy" Tanksley



More information about the Python-list mailing list