Make the cache faster by avoiding a serialisation with marshel. Rather let's...
Make the cache faster by avoiding a serialisation with marshel. Rather let's use tuples of of the values of the parameters. This works because they are stored in ordered dictionaries.
Showing
Please register or sign in to comment