Hi, Le 17/09/2017 à 11:56, Simon King a écrit : > On 2017-09-17, Dima Pasechnik <dimp...@gmail.com> wrote: >> Isn't it what pickle/cPickle is for? > > I don't want to store data, I want to read them. And I am not the > one who stored them. So, I have to take the textfiles as I get > them.
You could have the textfiles *and* the pickles, with the following api: - "refresh" loads the textfiles and dumps them to pickles (that is slow, and done only when the textfiles are updated) ; - "load" load the pickles (that is fast and is done most often). Snark on #sagemath -- 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 https://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.