HI!

so, I was looking a bit at memory efficiency a bit, esp. at smaller
object storage, and it was interesting to see that memcached always
reserves CAS identifier space:

  uint64_t        cas_id;     /* the CAS identifier */

If this is needed just for CAS feature, thats wasting lots of memory,
methinks.

What do you think?

Domas

Reply via email to