Konrad Mühler wrote:
> Hi,
> 
> are there predefinded chances to use hashtables in python? How can I use
> Hashtable in python? Or do I have to implement this on my own?
> 
> Thanks

Take a look at a python dictionary.  keys in dictionaries are hashed and
lookups are very efficient.

-Larry Bates
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to