On Saturday, May 12, 2012 12:06:28 PM UTC-4, Bruce Wade wrote: > > Yeah I am going through all my controllers right now to see if I can use > the folder solution. Which way would be faster? Folders or modules? >
Well, a model file still has to be read each time it is needed, whereas a module remains in memory after the first time it is imported, so perhaps the module approach would still be a bit faster, but you might run an ab test to confirm (and to see if the difference is non-trivial). Anthony

