[erlang-questions] high performance cache

zabrane Mikael zabrane3@REDACTED
Sun Sep 5 20:48:36 CEST 2010


Thanks Nicolas

2010/9/5 Nicholas Frechette <zeno490@REDACTED>:
> For those interested, the landlord algorithm was published by Neal E. Young
> at (a quick google search later):
> http://www.cs.ucr.edu/~neal/publications
>
> The algorithm paper itself is under On-line file caching (click on it to see
> a brief description and to download/view the full pdf).
> Some of his other papers are also of interest.
>
> Per the webpage above:
> *© Copyrights are reserved by the publishers.
> Download for personal and limited academic use only. *
>
> On Sat, Sep 4, 2010 at 5:00 PM, Nicholas Frechette <zeno490@REDACTED>wrote:
>
>> I believe the most efficient caching algorithm is the landlord algo. Google
>> it, i'm sure you'll find it. Great algo for caching slow fetching resources
>> (files, sounds, webpages, etc.). Not sure if the is an implementation in
>> erlang already or not but it should be fairly trivial to implement yourself.
>>
>>
>> On Sat, Sep 4, 2010 at 10:13 AM, Gleb Peregud <gleber.p@REDACTED> wrote:
>>
>>> Cherly[1] might be interesting for you
>>>
>>> 1: http://github.com/cliffmoon/cherly
>>>
>>> On Sat, Sep 4, 2010 at 00:07, Senthilkumar Peelikkampatti
>>> <senthilkumar.peelikkampatti@REDACTED> wrote:
>>> > Hi,
>>> >
>>> > I am looking for LRU caching framework in Erlang with thresholds to
>>> control
>>> > the amount of data written to it. I explored memcached Erlang
>>> derivatives
>>> > and ETS based solutions but not sure about which way to go. Please share
>>> > your experience using caching framework. I am not looking for
>>> distributed
>>> > cache.
>>> >
>>> > --
>>> > Regards,
>>> > Senthilkumar Peelikkampatti,
>>> >
>>>
>>> ________________________________________________________________
>>> erlang-questions (at) erlang.org mailing list.
>>> See http://www.erlang.org/faq.html
>>> To unsubscribe; mailto:erlang-questions-unsubscribe@REDACTED
>>>
>>>
>>
>



-- 
Regards
Zabrane


More information about the erlang-questions mailing list