Can one construct a "good" hash function using CRC32C as a base.
        Posted  
        
            by DavidD
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by DavidD
        
        
        
        Published on 2010-04-22T21:43:17Z
        Indexed on 
            2010/04/22
            21:53 UTC
        
        
        Read the original article
        Hit count: 287
        
Given that SSE 4.2 (Intel Core i7 & i5 parts) includes a CRC32 instruction, it seems reasonable to investigate whether one could build a faster general-purpose hash function. According to this only 16 bits of a CRC32 are evenly distributed. So what other transformation would one apply to overcome that?
David
© Stack Overflow or respective owner