Cache Key Uniqueness

2003-06-12 Thread David LAGARDERE
Hello. I have read that BuzHash algorithm is more efficient for keys whose length is lower than 64 bytes. Do I have a strong probability of collision if my key is greater than 64 bytes ? What about using String as cache key ? Thanks in advance. David LAGARDERE

RE: Cache Key Uniqueness

2003-06-12 Thread Geoff Howard
: David LAGARDERE [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2003 6:05 AM To: [EMAIL PROTECTED] Subject: Cache Key Uniqueness Hello. I have read that BuzHash algorithm is more efficient for keys whose length is lower than 64 bytes. Do I have a strong probability of collision if my key