blob: 1ba29b989d21bf7c81c1ea29e0966d45913ddb75 (
plain) (
blame)
1
2
3
4
5
6
|
Cache::Memchached::Fast is a Perl client for memcached, a memory cache
daemon. Module core is implemented in C and tries hard to minimize
number of system calls and to avoid any key/value copying for speed.
As a result, it has very low CPU consumption.
WWW: https://metacpan.org/release/Cache-Memcached-Fast
|