Click here to Skip to main content
16,009,407 members
Home / Discussions / C#
   

C#

 
GeneralRe: md5 can be stored as a 32 bit int Pin
George_George30-Jun-08 15:31
George_George30-Jun-08 15:31 
GeneralRe: md5 can be stored as a 32 bit int Pin
Guffa1-Jul-08 10:26
Guffa1-Jul-08 10:26 
GeneralRe: md5 can be stored as a 32 bit int Pin
George_George2-Jul-08 1:39
George_George2-Jul-08 1:39 
GeneralRe: md5 can be stored as a 32 bit int Pin
Guffa25-Jun-08 7:08
Guffa25-Jun-08 7:08 
GeneralRe: md5 can be stored as a 32 bit int Pin
George_George29-Jun-08 17:49
George_George29-Jun-08 17:49 
AnswerRe: hash function Pin
Guffa24-Jun-08 5:19
Guffa24-Jun-08 5:19 
GeneralYes Pin
Ennis Ray Lynch, Jr.24-Jun-08 6:02
Ennis Ray Lynch, Jr.24-Jun-08 6:02 
GeneralRe: Yes Pin
Guffa24-Jun-08 8:06
Guffa24-Jun-08 8:06 
GeneralRe: Yes Pin
George_George24-Jun-08 22:06
George_George24-Jun-08 22:06 
GeneralRe: Yes Pin
Guffa25-Jun-08 2:35
Guffa25-Jun-08 2:35 
GeneralRe: Yes Pin
George_George25-Jun-08 2:48
George_George25-Jun-08 2:48 
GeneralRe: Yes Pin
George_George24-Jun-08 22:05
George_George24-Jun-08 22:05 
GeneralRe: Yes Pin
Guffa25-Jun-08 7:14
Guffa25-Jun-08 7:14 
GeneralRe: Yes Pin
George_George29-Jun-08 17:51
George_George29-Jun-08 17:51 
GeneralRe: Yes Pin
Guffa30-Jun-08 4:56
Guffa30-Jun-08 4:56 
GeneralRe: Yes Pin
George_George30-Jun-08 15:25
George_George30-Jun-08 15:25 
GeneralRe: hash function Pin
leppie24-Jun-08 6:03
leppie24-Jun-08 6:03 
GeneralRe: hash function Pin
Mark Churchill24-Jun-08 17:35
Mark Churchill24-Jun-08 17:35 
GeneralRe: hash function Pin
George_George24-Jun-08 22:07
George_George24-Jun-08 22:07 
GeneralRe: hash function Pin
Mark Churchill24-Jun-08 22:24
Mark Churchill24-Jun-08 22:24 
Yep. GetHashCode is designed to be very fast. Tradeoff is that its also weak, poor dispersion, and not guaranteed to give you the same value over different versions of the framework.

It's basically for sorting keys into buckets for hashtables and that sort of thing.


GeneralRe: hash function Pin
George_George24-Jun-08 22:41
George_George24-Jun-08 22:41 
GeneralRe: hash function Pin
George_George24-Jun-08 22:04
George_George24-Jun-08 22:04 
QuestionWhen maximize Form - how to save the control place ? Pin
Yanshof24-Jun-08 3:16
Yanshof24-Jun-08 3:16 
AnswerRe: When maximize Form - how to save the control place ? Pin
Christian Graus24-Jun-08 3:16
protectorChristian Graus24-Jun-08 3:16 
GeneralRe: When maximize Form - how to save the control place ? Pin
Yanshof24-Jun-08 3:27
Yanshof24-Jun-08 3:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.