Re: [RELEASE] fastcache

2014-06-27 Thread ptb
The 0.2 release is out! Python versions 2.6, 2.7, 3.2, 3.3, and 3.4 are now supported. On Wednesday, June 25, 2014 12:15:02 PM UTC-6, ptb wrote: > Hello all, > > > > I am pleased to announce the release of fastcache v0.1. It is intended to be > a drop in replacement for functools.lru_cache

[RELEASE] fastcache

2014-06-25 Thread ptb
Hello all, I am pleased to announce the release of fastcache v0.1. It is intended to be a drop in replacement for functools.lru_cache but it's written in C so it's 5-10x faster. Currently Python >= 3.3 is supported. It is available on pip via: pip install fastcache Or on github: https://gi