
On Thu, 4 Mar 2004 15:49:02 -0000, Ben Hutchings wrote
Muhammad Hussain <m <mailto:mhussain@i.kyushu-u.ac.jp> <mailto:mhussain@i.kyushu-u.ac.jp> <mailto:mhussain@i.kyushu- u.ac.jp> hussain@i.kyushu-u.ac.jp> wrote:
Is there any library in boost that provides hash table and the methods to manipulate it?
No, but there are common extensions to the standard containers library (aka STL) that are included with many compilers, called hash_map and hash_set. Unfortunately there are several implementations of these which do not have quite the same interface.
There has been some discussion of a tr1 hash table implementation for boost on the developer list. Someone has offered an implementation, but as far as I know it hasn't gone in. You might search the mailing list archive and see if you can download. You could also look at the STLPort hast table. HTH, Jeff