On Fri, Mar 27, 2009 at 07:30:55PM -0500, Shawn Walker wrote: > The size of my catalog.pkl with gate bits is: > > 7,339,725 bytes (roughly 7.0M) > > ...with the first webrev's bits: > > 7,469,202 bytes (roughly 7.2M) > > Which is about 1.76% larger (126K). > > Changing pub to a dict from a tuple yields this improvement (I've tried > several variations of other data structures and all were much larger): > > 7,274,766 bytes (roughly 6.9M) > > Which is about .885% *smaller* (63K) than the gate bits and 2.6% (190K) > smaller than my previous webrev :)
Okay. I assume the working set changes are of the same order. Don't care at all, then. Whatever's easier for you to comprehend / maintain. Danek _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
