performance - C# fast crc32 calculation : -


I have published my application with ants and found that> 10% CRC 32 is in the calculation (CRC 32-Count is done in plain C #)

I did some Googleing and learned about the following internal insights in Visual Studio 2008:

_mm_crc32_u8

_mm_crc32_u16

()

()

Can anyone tell me how to replace them with my home page CRC32? C be?

Not sure that you have to use those methods to change the decoction of your home for one Got good implementation.


Comments

Popular posts from this blog

iphone - How do I make a UIPickerView in a UIActionSheet -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -