Hi, I'm implementing data structure which will be used for nsIOutlinerView. I'm considering about nsVoidArray for rows and nsStringArray for columns. I need allocate new string for each column in each row. I want to reduce this allocations to minimum. What would be the best way for implementing of this structure. Thanks Jan
