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 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://github.com/pbrady/fastcache.git
> 
> 
> 
> More details related to benchmarking and testing can also be found on the 
> github page.  
> 
> 
> 
> Feel free to direct any issues or requests to the github page.
> 
> 
> 
> I look forward to your feedback!
> 
> 
> 
> Thanks,
> 
> Peter.

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to