This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ztane
Recipients StyXman, neologix, vstinner, ztane
Date 2016-04-11.14:49:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1460386152.95.0.244838186708.issue26601@psf.upfronthosting.co.za>
In-reply-to
Content
> Maybe we need an heuristic to release the free arena after N calls to object allocator functions which don't need this free arena.

That'd be my thought; again I believe that `madvise` could be useful there; now `mmap`/`munmap` I believe is particularly slow because it actually needs to supply 256kbytes of *zeroed* pages.
History
Date User Action Args
2016-04-11 14:49:12ztanesetrecipients: + ztane, vstinner, StyXman, neologix
2016-04-11 14:49:12ztanesetmessageid: <1460386152.95.0.244838186708.issue26601@psf.upfronthosting.co.za>
2016-04-11 14:49:12ztanelinkissue26601 messages
2016-04-11 14:49:12ztanecreate