JFFS3 & performance

Jörn Engel joern at wohnheim.fh-wedel.de
Sat Dec 18 11:14:37 EST 2004


On Fri, 17 December 2004 11:33:42 +0000, David Vrabel wrote:
> 
> (Also, I wouldn't have thought crc16 on 32 bit archs would have any 
> significant performance benefits.  But since I don't know either the 
> crc16 or crc32 algorithms... *shrug*)

See my earlier posts in this thread for the algorithms.  Without
special optimizations, you can process 16 bits at a time for crc16 and
0 (zero) bits at a time for crc32.

Jörn

-- 
People will accept your ideas much more readily if you tell them
that Benjamin Franklin said it first.
-- unknown




More information about the linux-mtd mailing list