Details about pythons set implementation

Neil Cerutti mr.cerutti at gmail.com
Fri Jan 4 10:10:41 EST 2008


On Jan 4, 2008 9:54 AM, Achim Domma <domma at procoders.net> wrote:

> 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?


#include <unordered_set>

-- 
Neil Cerutti
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20080104/024a6b58/attachment-0001.html>


More information about the Python-list mailing list