Source: libmatch-simple-xs-perl Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 13), libexporter-tiny-perl , liblist-moreutils-perl , libsub-infix-perl , libtest-fatal-perl , libtest-simple-perl , perl-xs-dev, perl:native Standards-Version: 4.7.0 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmatch-simple-xs-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmatch-simple-xs-perl.git Homepage: https://metacpan.org/release/match-simple-XS Rules-Requires-Root: no Package: libmatch-simple-xs-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, libexporter-tiny-perl, liblist-moreutils-perl, libsub-infix-perl Description: XS backend for match::simple match::simple::XS is a faster XS-based implementation of match::simple. . Depending on what sort of matches done, it is likely to be several times faster. In extreme cases, such as matching a string in an arrayref, it can be twenty-five times faster, or more. However, where $that is a single regexp, it's around 30% slower. . Overall though, the performance improvement should be worthwhile.