
cachelot
Cachelot works within a fixed amount of memory. No garbage collector. Small metadata, near perfect memory utilization (overhead is 5-7% of the total memory). Smooth responsiveness, without any "gaps" for both read and write operations. Most operations have O(1) complexity. Can be used as a library or as a stand-alone memcached server.