From: Neil Smith Date: Sun, 3 Nov 2013 11:42:51 +0000 (+0000) Subject: Now using the built-in functools.lru_cache instead of my own memo function X-Git-Url: https://git.njae.me.uk/?a=commitdiff_plain;h=2985cc355e868951a2755be23d3503b05ba17ea7;hp=2985cc355e868951a2755be23d3503b05ba17ea7;p=cipher-tools.git Now using the built-in functools.lru_cache instead of my own memo function ---