Re: [CsMain] csHash key limit

2008-06-05 Thread Mike Gist
Okay, thanks. 2008/6/5 Eric Sunshine <[EMAIL PROTECTED]>: > res wrote: > > On 05.06.2008 18:55, Mike Gist wrote: > >> What's the limit on the length of a csHash key, if that key is a > >> const char*? I seem to be getting a collision with two fairly long > >> strings. > > Hashes, by definition, a

Re: [CsMain] csHash key limit

2008-06-05 Thread Eric Sunshine
res wrote: > On 05.06.2008 18:55, Mike Gist wrote: >> What's the limit on the length of a csHash key, if that key is a >> const char*? I seem to be getting a collision with two fairly long >> strings. > Hashes, by definition, are not unique mappings. To map a unique number to each unique string, u

Re: [CsMain] csHash key limit

2008-06-05 Thread res
On 05.06.2008 18:55, Mike Gist wrote: > Hey, > > What's the limit on the length of a csHash key, if that key is a const > char*? > I seem to be getting a collision with two fairly long strings. Hashes, by definition, are not unique mappings. -f.r. --

[CsMain] csHash key limit

2008-06-05 Thread Mike Gist
Hey, What's the limit on the length of a csHash key, if that key is a const char*? I seem to be getting a collision with two fairly long strings. -- -Mike - Check out the new SourceForge.net Marketplace. It's the best place