Queue cleanup
Paul Rubin
no.email at nospam.invalid
Mon Aug 30 21:09:50 EDT 2010
Lawrence D'Oliveiro <ldo at geek-central.gen.new_zealand> writes:
> Meanwhile, real-world programmers get on to writing real-world code that is
> productive and efficient on real-world systems.
It's pretty well established by now that GC doesn't have any significant
speed penalty compared with manual allocation. It does consume more
memory, which is acceptable a lot of the time. It certainly leads to
more reliable programs.
More information about the Python-list
mailing list