The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.