Marcin 'Qrczak' Kowalczyk schrieb: > It doesn't move objects in memory, and thus free memory is fragmented.
That's true, but not a problem. > Memory allocation can't just chop from from a single area of free memory. That's not true. Python does it all the time. Allocation is in constant time most of the time (in some applications, it's always constant). Regards, Martin _______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com