On Feb 6, 12:32 pm, Eugen Dück <eu...@dueck.org> wrote:
> A while back the discussion on the "bounded memoize" thread in this
> forum lead to Meikel writing up a nice summary of how to do caching,
> providing a pluggable strategy: lru, ttl, fifo, etc. Meikel's writeup
> can be found athttp://kotka.de/blog/2010/03/memoize_done_right.html
>
> It presents a bunch of different implementations, detailing whats good/
> bad about each of them.

If you need to move function calls out of the cache there is cache-dot-
clj which consists of minor changes to "memoize done right":

https://github.com/alienscience/cache-dot-clj

Saul

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to