On Mon, May 18, 2015 at 12:04 PM, Nathann Cohen <nathann.co...@gmail.com> wrote: > Yo ! > >> I would add to Nathann's opinion my opinion that using SQLite rather >> than a .py file would be a better choice in this particular case. >> Some advantages to using SQLite over a .py file: > > > I have never used it, but that does not seem too bad. And I guess that it is > straightforward to export such a database in a "safe" format anyway.
Yes, definitely. > I am still afraid that storing graphs directly uses pickling, and ... Well. > I'd store graph6 data instead, this much I know :-P I strongly agree -- always avoid pickling if you can. > > Nathann > > -- > You received this message because you are subscribed to the Google Groups > "sage-devel" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to sage-devel+unsubscr...@googlegroups.com. > To post to this group, send email to sage-devel@googlegroups.com. > Visit this group at http://groups.google.com/group/sage-devel. > For more options, visit https://groups.google.com/d/optout. -- William (http://wstein.org) -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post to this group, send email to sage-devel@googlegroups.com. Visit this group at http://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.