[erlang-questions] high performance cache
ricardo_bcl
tome.wave@REDACTED
Tue Dec 27 19:21:14 CET 2011
After searching for this, I decided to implement a very simple cache
mechanism using ETS:
https://github.com/ricardobcl/ETScache
For now, it only controls the number of elements in cache, because it's
faster and it did what I wanted, but can be easily modified to prune it
terms of bytes.
Senthilkumar Peelikkampatti 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,
>
--
View this message in context: http://erlang.2086793.n4.nabble.com/high-performance-cache-tp2526348p4237845.html
Sent from the Erlang Questions mailing list archive at Nabble.com.
More information about the erlang-questions
mailing list