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 gdr@garethrees.org
Recipients davin, dtasev, gdr@garethrees.org, sbt, serhiy.storchaka
Date 2017-07-13.18:13:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499969594.06.0.375189123275.issue30919@psf.upfronthosting.co.za>
In-reply-to
Content
Note that some filesystems (e.g. HFS+) don't support sparse files, so creating a large Arena will still be slow on these filesystems even if the file is created using ftruncate().

(This could be fixed, for the "fork" start method only, by using anonymous maps in that case.)
History
Date User Action Args
2017-07-13 18:13:14gdr@garethrees.orgsetrecipients: + gdr@garethrees.org, sbt, serhiy.storchaka, davin, dtasev
2017-07-13 18:13:14gdr@garethrees.orgsetmessageid: <1499969594.06.0.375189123275.issue30919@psf.upfronthosting.co.za>
2017-07-13 18:13:14gdr@garethrees.orglinkissue30919 messages
2017-07-13 18:13:14gdr@garethrees.orgcreate