On 18 Mar 2010, at 11:29, Андрей Костенко wrote: > What about moosifyng DBIx::Class? Class::Accessor::Grouped is the > slowest part of DBIx::Class. And with moose DBIx::Class will be more > usable/extensible?
Where's your figures showing that this is the case? Most of the time the slowest part is in fact the DB query, closely followed by object inflation/creation. -ash _______________________________________________ List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class IRC: irc.perl.org#dbix-class SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/ Searchable Archive: http://www.grokbase.com/group/[email protected]
