Helloooooooooooooo !!!

> Do we actually need to have a dict of a dict? Aren't sets implemented with
> some other data structure? I suppose if networkX uses this approach then
it
> is doable!

Oh. You wanted a dictionary of sets ?

Well, the main reason I have not rewritten this backend 10 times since I
started working on Sage is that in order to replace it you need to deal
with a wealth of unpleasant things : loops, multiple edges and labels.
These things are a nightmare.

 This being said, I think that the memory cost of dict or dict and sets are
comparable... Whatever it is :-)

Nathann

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To post to this group, send email to sage-devel@googlegroups.com.
To unsubscribe from this group, send email to 
sage-devel+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel?hl=en.


Reply via email to