is hash map data structure available in Python?

sturlamolden sturlamolden at yahoo.no
Wed Mar 19 11:56:16 EDT 2008


On 19 Mar, 09:40, grbgooglefan <ganeshbo... at gmail.com> 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.



More information about the Python-list mailing list