Re: hash of objects inside an instance
[email protected] (Tomas Doran)
| Newsgroups | perl.moose |
|---|---|
| Message-ID | <[email protected]> |
On 29 Nov 2011, at 00:29, Erik Colson wrote: > This creates a lot of overhead by creating all the necessary objects. > I implemented it using a EmployeeDepartment class as would be the > case when using RDBS. It works well, but I hope the app won't get > too slow because of this... Do you actually _know_ that this is a lot of overhead in real terms? I.e. do you have profile results to show that this is the slowest part? Otherwise I call premature optimisation. Cheers t0m