logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Cache::Memcached::GetParserXS - GetParser implementation in XS for use with Cache::Memcached

Authors

       Jonathan Steinert <hachi@cpan.org> - Current maintainer

       Aaron Emigh

       Brad Fitzpatrick

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.

See Also