L
Leon
What is the best way to implement hash-based container in c++ to have
fast access when there is a huge number of <key,value> pairs? According
to what I've found out and experienced up to now, hash_map is the best?
Does anybody know anything better? Does boot have something better?
Thanks,
Leon
fast access when there is a huge number of <key,value> pairs? According
to what I've found out and experienced up to now, hash_map is the best?
Does anybody know anything better? Does boot have something better?
Thanks,
Leon