> >Author: sebor >Date: Fri Apr 18 13:04:21 2008 >New Revision: 649673 > > > nio.imbue (loc); >- nsb.pubsetg (data.ncs_, RW_COUNT_OF (data.ncs_)); >+ nsb.pubsetg (data.ncs_, Traits::length (data.ncs_)); >
Should we calculate the length once in the main thread and cache it? Seems like this would save some cycles in each thread and increase contention for any locks in the locale code. Travis
