Browse thread
Cache algorithms: implementation or library available?
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Mattias EngdegÄ rd <mattias@v...> |
| Subject: | Re: [Caml-list] Cache algorithms: implementation or library available? |
>> The Weak module is never the right tool for implementing a cache. > >I'm not disputing this, but I would like you hear your thoughts on >this topic. Why? Weak references go away at the whim of the GC, not when it would be useful to flush the cache. A longer explanation and more about weak references can be found in the Cuoq/Doligez article in last year's workshop on ML (http://portal.acm.org/citation.cfm?id=1411308).