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 vstinner
Recipients abacabadabacaba, akira, alexei.romanov, benhoyt, giampaolo.rodola, josh.r, pitrou, socketpair, tebeka, tim.golden, vstinner
Date 2015-02-13.11:37:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423827454.88.0.179378219159.issue22524@psf.upfronthosting.co.za>
In-reply-to
Content
> Result of bench (cached): scandir-6.patch => scandir-2.patch
> (...)
> laptop using SSD and ext4: 1.3x faster => 2.8x faster
> desktop PC using HDD and ext4: 1.4x faster => 1.4x faster

Oops, I copied the wrong numbers. scandir-2.patch is faster than that!

* laptop using SSD and ext4: 1.3x faster => 3.6x faster
* desktop PC using HDD and ext4: 1.4x faster => 3.5x faster
History
Date User Action Args
2015-02-13 11:37:34vstinnersetrecipients: + vstinner, tebeka, pitrou, giampaolo.rodola, tim.golden, benhoyt, abacabadabacaba, akira, socketpair, josh.r, alexei.romanov
2015-02-13 11:37:34vstinnersetmessageid: <1423827454.88.0.179378219159.issue22524@psf.upfronthosting.co.za>
2015-02-13 11:37:34vstinnerlinkissue22524 messages
2015-02-13 11:37:34vstinnercreate