Python and STL efficiency

skip at pobox.com skip at pobox.com
Thu Aug 24 09:20:49 EDT 2006


    Amanjit> So on linux its a lot better than that, because - I think -
    Amanjit> ptmalloc is used which is based on dmalloc which is efficient
    Amanjit> for those small size allocs (which malloc() and free() were
    Amanjit> never designed for).

And which for Python has been further optimized in obmalloc.  Again, Python
wins. ;-)

Skip



More information about the Python-list mailing list