Queue cleanup
Paul Rubin
no.email at nospam.invalid
Mon Aug 30 21:09:50 EDT 2010
More information about the Python-list mailing list
Mon Aug 30 21:09:50 EDT 2010
- Previous message (by thread): Queue cleanup
- Next message (by thread): Queue cleanup
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message (by thread): Queue cleanup
- Next message (by thread): Queue cleanup
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list