DEV Community

Aman Agrawal for LoginRadius

Posted on • Originally published at loginradius.com on

Memcached Memory Management

The memcached is one of the most popular open source on-memory key-value caching systems. I will briefly talk about the design of memory management of memcached. Chunk and Slab This is the struct declaration of slabclass_t. Each slab class contains the same size of chunk, but…

Read On

Top comments (0)