Re: Designing hash table for a large list of last names
- From: "Roger Sindreu" <Roger.Sindreu@xxxxxxxxx>
- Date: 14 Sep 2006 13:07:21 -0700
If the list does not fit in memory or you want to save memory, a bloom
filter may be useful.
Cheers.
sprash25@xxxxxxxxx wrote:
I would like to design a hash table for a big list of last names of
patients.
Any recommendations on the hashing type (chaining, open addressing,
double hashing) and the function I should use?
Thanks,
Revati
.
- References:
- Designing hash table for a large list of last names
- From: sprash25
- Re: Designing hash table for a large list of last names
- From: eKo1
- Designing hash table for a large list of last names
- Prev by Date: Re: Designing hash table for a large list of last names
- Next by Date: Re: Network flow: consistent assignment of flow value for "inner" vertices
- Previous by thread: Re: Designing hash table for a large list of last names
- Index(es):
Relevant Pages
|