P
peter_k
Please, help me, i'm new to this.
I want to do hash_map, where key will be unique structure...
struct key {
long data[3];
}
....and the value will be unsigned char;
How to do efficient hash function which will return first 20 bits of
data[3]??
So my hash will have table of 1048657 elements...
*) Is standard hash_map very fast?? I wanted to store here about 128 MB
of elements...
Thanks for help
I want to do hash_map, where key will be unique structure...
struct key {
long data[3];
}
....and the value will be unsigned char;
How to do efficient hash function which will return first 20 bits of
data[3]??
So my hash will have table of 1048657 elements...
*) Is standard hash_map very fast?? I wanted to store here about 128 MB
of elements...
Thanks for help