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, use csStringSet. -- ES ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Crystal-main mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/crystal-main Unsubscribe: mailto:[EMAIL PROTECTED]
