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: | 2009-09-23 (15:02) |
From: | Dario Teixeira <darioteixeira@y...> |
Subject: | Re: [Caml-list] Cache algorithms: implementation or library available? |
Hi, > I would like to know if anyone has or knows of an Ocaml > library or open-source code implementation of some cache > algorithms (example: least recently used). The Ocsigen folks have also developed a caching module for Ocsimore. It may be interesting to you if your app uses Lwt.. The module is called 'Cache': http://ocsigen.org/ocsimore/sources/ Cheers, Dario Teixeira