Details about pythons set implementation

Achim Domma domma at procoders.net
Fri Jan 4 09:54:21 EST 2008


Hi,

I'm interested in details about how sets are implemented in python.
They seem to be quite fast and I found some remarks who state, that
the implementation is highly optimized. I need to implemented sets in
C/C++ and need a starting point on how to do it right. Could somebody
give me a starting point?

regards,
Achim



More information about the Python-list mailing list