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 methane
Recipients desbma, giampaolo.rodola, methane
Date 2019-02-26.11:24:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551180242.66.0.153545614395.issue36103@roundup.psfhosted.org>
In-reply-to
Content
> Also on Linux "echo 3 | sudo tee /proc/sys/vm/drop_caches" is supposed to  disable the cache.

As I said already, shutil is not used only with cold cache.

If cache is cold, disk speed will be upper bound in most cases.
But when cache is hot, or using very fast NVMe disk, syscall overhead
can be non-negligible.
History
Date User Action Args
2019-02-26 11:24:02methanesetrecipients: + methane, giampaolo.rodola, desbma
2019-02-26 11:24:02methanesetmessageid: <1551180242.66.0.153545614395.issue36103@roundup.psfhosted.org>
2019-02-26 11:24:02methanelinkissue36103 messages
2019-02-26 11:24:02methanecreate