13c8f99d7f
Cache::Memcached::Fast is a Perl client for memcached. Module core is implemented in C and tries hard to minimize number of systemi calls and to avoid any key/value copying for speed. As a result, it has very low CPU consumption.
4 lines
230 B
Text
4 lines
230 B
Text
Cache::Memcached::Fast is a Perl client for memcached. Module core
|
|
is implemented in C and tries hard to minimize number of systemi
|
|
calls and to avoid any key/value copying for speed. As a result,
|
|
it has very low CPU consumption.
|