On Jan 4, 2008 9:54 AM, Achim Domma <[EMAIL PROTECTED]> 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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to