Progress on the Gilectomy

Paul Rubin no.email at nospam.invalid
Wed Jun 21 11:20:58 EDT 2017


Lawrence D’Oliveiro <lawrencedo99 at gmail.com> writes:
> The trouble with GC is, it doesn’t know when to kick in: it just keeps
> on allocating memory until it runs out.

That's not how GC works, geez.  Typically it would run after every N
bytes of memory allocated, for N chosen to balance memory footprint
with cpu overhead.  



More information about the Python-list mailing list