
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.