CRC32Stream.st
changeset 2905 73332f14d929
parent 2747 c6e4b8d6d9e7
child 2962 dc468681c480
equal deleted inserted replaced
2904:d2e1eead2bfb 2905:73332f14d929
    54 
    54 
    55     Notice that this CRC is also used with PNG images - therefore, its performance 
    55     Notice that this CRC is also used with PNG images - therefore, its performance 
    56     directly affects png image processing.
    56     directly affects png image processing.
    57 
    57 
    58     throughput:
    58     throughput:
       
    59         157000 Kb/s on a 2.5Ghz 64X2 Athlon 4800+ (64bit)
    59         150000 Kb/s on 2Ghz Duo
    60         150000 Kb/s on 2Ghz Duo
    60 
    61 
    61     [author:]
    62     [author:]
    62         Stefan Vogel (stefan@zwerg)
    63         Stefan Vogel (stefan@zwerg)
    63 
    64 
   354 ! !
   355 ! !
   355 
   356 
   356 !CRC32Stream class methodsFor:'documentation'!
   357 !CRC32Stream class methodsFor:'documentation'!
   357 
   358 
   358 version
   359 version
   359     ^ '$Header: /cvs/stx/stx/libbasic2/CRC32Stream.st,v 1.23 2012-05-17 11:43:57 cg Exp $'
   360     ^ '$Header: /cvs/stx/stx/libbasic2/CRC32Stream.st,v 1.24 2013-02-20 15:39:59 cg Exp $'
   360 !
   361 !
   361 
   362 
   362 version_CVS
   363 version_CVS
   363     ^ '$Header: /cvs/stx/stx/libbasic2/CRC32Stream.st,v 1.23 2012-05-17 11:43:57 cg Exp $'
   364     ^ '$Header: /cvs/stx/stx/libbasic2/CRC32Stream.st,v 1.24 2013-02-20 15:39:59 cg Exp $'
   364 ! !
   365 ! !
       
   366 
   365 
   367 
   366 CRC32Stream initialize!
   368 CRC32Stream initialize!