Files
scylladb/apps/memcached
Tomasz Grabiec e85371112b memcached: optimize handle_get()
We don't really need to copy keys as the parser is not reused until
we're done.

Also, in case of a single key we don't use map_reduce() which
saves us one allocation (reducer).
2014-11-20 13:25:07 +02:00
..
2014-11-13 22:22:07 +02:00
2014-11-20 13:25:07 +02:00
2014-11-11 13:52:23 +02:00