Fastest way to retrieve and write html contents to file

DFS nospam at dfs.com
Mon May 2 22:01:44 EDT 2016


On 5/2/2016 10:00 PM, Chris Angelico wrote:
> On Tue, May 3, 2016 at 11:51 AM, DFS <nospam at dfs.com> wrote:
>> On 5/2/2016 3:19 AM, Chris Angelico wrote:
>>
>>> There's an easier way to test if there's caching happening. Just crank
>>> the iterations up from 10 to 100 and see what happens to the times. If
>>> your numbers are perfectly fair, they should be perfectly linear in
>>> the iteration count; eg a 1.8 second ten-iteration loop should become
>>> an 18 second hundred-iteration loop. Obviously they won't be exactly
>>> that, but I would expect them to be reasonably close (eg 17-19
>>> seconds, but not 2 seconds).
>>
>>
>> 100 loops
>> Finished VBScript in 3.953 seconds
>> Finished VBScript in 3.608 seconds
>> Finished VBScript in 3.610 seconds
>>
>> Bit of a per-loop speedup going from 10 to 100.
>
> How many seconds was it for 10 loops?
>
> ChrisA

~0.44





More information about the Python-list mailing list