Python vs. Perl

Courageous jkraska1 at san.rr.com
Fri May 25 12:11:06 EDT 2001


> I know C/C++ is poorly suited for hashes/dicts/maps, BUT the STL's map is
> AFAIK very similar to a hash/dict.

This is incorrect; stl map is generally some sort of tree, internally. It has O(log N)
behaviors.

C//




More information about the Python-list mailing list