On 19 Mar, 09:40, grbgooglefan <[EMAIL PROTECTED]> wrote: > How do I create hash map in Python?
Python dictionaries are the fastest hash maps known to man. If you need persistent storage of your hash map, consider module bsddb or dbhash. -- http://mail.python.org/mailman/listinfo/python-list