Announcing core.memoize version 0.5.2

core.memoize v0.5.2 Release Notes core.memoize is a Clojure contrib library providing the following features: An underlying PluggableMemoization protocol that allows the use of customizable and swappable memoization caches that adhere to the synchronous CacheProtocol found in core.cache Memoization builders for implementations of common caching strategies, including: First-in-first-out (memo-fifo) Least-recently-used (memo-lru) Least-used (memo-lu) Time-to-live (memo-ttl) Naive [...]
 •  0 comments  •  flag
Share on Twitter
Published on July 13, 2012 13:13
No comments have been added yet.