Perrin Harkins said:
> That was my point actually: the dispatching (plus the abstraction layer
> for accessing things like the query string from the web environment) is
> nearly all of it, in terms of performance. A couple of calls to
> $c->forward() and $c->stash() are negligible, and all the rest is either
> your code or some non-Catalyst CPAN module.
Well, let's just agree that we have differing opinions on this. Otherwise
we'd only start repeating ourselves.
> The benchmark still sucks though, even as a dispatcher test. He gave it
> the easiest possible URL.
And I think we never disagreed on this point :)
--
# Robert 'phaylon' Sedlacek
# Perl 5/Catalyst Developer in Hamburg, Germany
{ EMail => ' [EMAIL PROTECTED] ', Web => ' http://474.at ' }
_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/