I am wondering what is the exact pattern matching algorithm behind ack-grep???I know that grep using BM for single pattern matching and Aho-crasick for multi-pattern matching. So how about ack-grep?