in reply to fastest file processing Config file format

Sounds myopic. If that is your only criteria, no module can approach
open my $fh, '<', 'config' or die $!; my @config = <$fh>; close $fh;
Or if you want more complex data structures
my $config = do 'filename'
I suspect the best approach would be to benchmark