The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

App::Ack::Filter::Collection

DESCRIPTION

The Ack::Filter::Collection class can contain filters and internally sort them into groups. The groups can then be optimized for faster filtering.

Filters are grouped and replaced by a fast hash lookup. This leads to improved performance when many such filters are active, like when using the --known command line option.