-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
pyt...@bdurham.com wrote:
> The following tests were run on a Windows XP system using Python 2.6.1
Unless you changed the defaults, the Windows XP system cache size is
10MB. When you use a larger read size, chances are it is blowing out
that cache an
Added the following lines missing from my original post:
strategy1 = timer( 'Default buffer' )
strategy1.start()
Code below is now complete.
Malcolm
SOURCE:
import time
# timer class
class timer( object ):
def __init__( self, message='' ):
self.message = message
def start( self )