Cache::Memcached::GetParserXS - GetParser implementation in XS for use with Cache::Memcached
Contents
Copyright And License
Copyright (C) 2007 Six Apart Ltd.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl
itself, either Perl version 5.8.4 or, at your option, any later version of Perl 5 you may have available.
perl v5.40.0 2024-10-20 Cache::Memcached::GetParserXS(3pm)
Description
This module implements the same function as Cache::Memcached::GetParser, except it's written in C/XS.
Initial benchmarks have shown it to be possibly twice as fast as the original perl version.
Name
Cache::Memcached::GetParserXS - GetParser implementation in XS for use with Cache::Memcached
See Also
Cache::Memcached
Synopsis
use Cache::Memcached::GetParserXS;
use Cache::Memcached;
# Everything else is the same as Cache::Memcached has documented it.
# Seriously.
