Changeset 8529 for lang/perl/Cache-Memcached-libmemcached/trunk
- Timestamp:
- 03/30/08 23:55:28 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Cache-Memcached-libmemcached/trunk/lib/Cache/Memcached/libmemcached.pm
r8528 r8529 583 583 the document of, is a perl binding for libmemcached (http://tangent.org/552/libmemcached.html). Not to be confused with libmemcache (see below). 584 584 585 =head2 Cache::Memcached::Fast 586 587 Cache::Memcached::Fast is a memcached client written in XS from scratch. 588 As of this writing benchmarks shows that Cache::Memcached::Fast is faster on 589 get_multi(), and Cache::Memcached::libmemcached is faster on regular get()/set() 590 591 =head2 Memcached::libmemcached 592 593 Memcached::libmemcached is a straight binding to libmemcached, and is also 594 the parent class of this module. 595 596 It has most of the libmemcached API. If you don't care about a drop-in 597 replacement for Cache::Memcached, and want to benefit from low level API that 598 libmemcached offers, this is the way to go. 599 585 600 =head2 Cache::Memcached::XS 586 601 … … 589 604 indicate that the underlying libmemcache is no longer in active development. 590 605 591 =head2 Cache::Memcached::Fast592 593 Cache::Memcached::Fast is a memcached client written in XS from scratch.594 595 =head2 Memcached::libmemcached596 597 Memcached::libmemcached is a straight binding to libmemcached. It has all598 of the libmemcached API. If you don't care about a drop-in replacement for599 Cache::Memcached, and want to benefit from *all* of libmemcached offers,600 this is the way to go.601 602 606 =head1 CAVEATS 603 607
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)