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 Safihre
Recipients Safihre, paul.moore, skrah, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2017-09-30.16:30:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506789032.65.0.213398074469.issue31555@psf.upfronthosting.co.za>
In-reply-to
Content
Very good question!

5000 times via imp.load_dynamic:
     yEnc C New  took  5870 ms
     yEnc C New  took  5878 ms
     yEnc C New  took  5835 ms
5000 times via "pip: having the .pyd in site-packages"
     yEnc C New  took  6489 ms
     yEnc C New  took  6369 ms
     yEnc C New  took  6390 ms

Difference ~450 ms

10000 times via imp.load_dynamic:
     yEnc C New  took  11775 ms
     yEnc C New  took  11720 ms
     yEnc C New  took  11695 ms

10000 times via "pip: having the .pyd in site-packages"
     yEnc C New  took  12338 ms
     yEnc C New  took  12281 ms
     yEnc C New  took  12345 ms

Difference ~500 ms

10000 times via imp.load_dynamic:
     yEnc C New  took  23431 ms
     yEnc C New  took  23406 ms
     yEnc C New  took  23283 ms

10000 times via "pip: having the .pyd in site-packages"
     yEnc C New  took  24401 ms
     yEnc C New  took  24177 ms
     yEnc C New  took  24482 ms

Difference ~1100 ms

So not very linearly scaling but still increasing. Odd.
History
Date User Action Args
2017-09-30 16:30:32Safihresetrecipients: + Safihre, terry.reedy, paul.moore, tim.golden, skrah, zach.ware, steve.dower
2017-09-30 16:30:32Safihresetmessageid: <1506789032.65.0.213398074469.issue31555@psf.upfronthosting.co.za>
2017-09-30 16:30:32Safihrelinkissue31555 messages
2017-09-30 16:30:32Safihrecreate