mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
5bffa76631
memcached, a distributed memory cache daemon.
7 lines
310 B
Plaintext
7 lines
310 B
Plaintext
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: http://search.cpan.org/dist/Cache-Memcached-Fast/
|