I am currently working on Hyperelliptic curves over finite fields. There are few functions defined and most depend of the function before. I was hoping to use caching, so it saves time. Does anyone have a reference on how to use caching in Python. I have done several search_src and google searches, but had very little luck.
Currently, I was using @cached_function def function_I_want_cached for calling it I would say function_I_wanted_cached.cache Thank you, Gagan -- To post to this group, send an email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org
