Sorry for this stupid question, but I have to ask: Aren't there already good embeddable LRU caches in C that you can use? Or is the LRU cache code in memcached so good that it's actually useful to do this?
/Henrik On Mon, Oct 27, 2008 at 11:08 AM, shineyear <[EMAIL PROTECTED]> wrote: > > hi, all: > > i write a project about memcached named embed memcached > > if you want a memcached work with a local process, without any net > communication to save some performance about socket, memcached string > command process, embed-memcached is your best choice!
