dag at cray.com (David A. Greene) writes: > Jakob Stoklund Olesen <stoklund at 2pi.dk> writes: >> This pattern is faster and simpler: >> >> const IntInit *&I = ThePool[V]; >> if (!I) I = new IntInit(V); >> return I; > > Ok. Done! -Dave