|
From: Lark <lar...@ya...> - 2001-03-06 16:53:36
|
on 3/4/01 7:48 PM, Ben Hines at bh...@sa... wrote: > I have noticed that our app is getting pretty massive, due to the use > of STL i think. Each of my small table classes adds about 150k of > code. It may be because of aggressive inlining. STL and PP both have lots of small functions. > Would it help the app size if we consolidated all our table > classes into one, and prepared the table data in the view? We could go even further, and create two views, on that displays a Tcounter, an one that displays a TCounterMap. Row/column headings can be obtained from the map keys, like I do for the debug window. Would that work? (I'm no PP expert.) -- Lark <lar...@ya...> |