This is done:
http://svn.apache.org/viewvc?view=rev&revision=653942
Btw., while there, I noticed that the test generates sequences
at most two digits long, with no thousands separator or decimal
points. It would be good to enhance it to test those formats as
well.
Martin
Martin Sebor wrote:
Travis Vitek wrote:
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.
Good suggestion! Let me fix it.
Martin