[Catalyst] Alternatives to Catalyst ?
wbs at grepit.net
wbs at grepit.net
Thu Apr 22 17:52:51 GMT 2010
On Apr 21, 2010, at 1:27 PM, "Larry Leszczynski"
<larryl at emailplus.org> wrote:
>
> On Wed, 21 Apr 2010 20:30 +0400, "Oleg Pronin" <syber.rus at gmail.com>
> wrote:
>>
>> 1) Getting all params 3x faster than only one
>> 2) Getting $req->{parameters}{lang} 150x faster than $req->param
>> ('lang')
>
> What a surprise: accessing the hash directly is faster than calling a
> function that accesses the hash. Plus, the docs state that
>
Exactly what I was thinking, does this really come as a surprise to
any perl dev? It seems on par with wondering why a tight loop that
recompiles RE performs slower than precompiled...
More information about the Catalyst
mailing list