Re: [Boost-users] Updated performance results using Boost Serialization 1.41
7 Dec
2009
7 Dec
'09
7:17 p.m.
Hartmut Kaiser writes:
Our measurements show Boost.Serialization spends most of its time creating (constructing) archives and there it's mainly initializing the locale...
That seems a little different from what I've been testing. The test looks like this: filebuf fb; fb.open("ofile", ios_base::out); binary_oarchive oa(fb); clock_t start(clock()); oa << lst; clock_t end(clock()); The time to construct an oarchive is not included in the test. -- Brian Wood Ebenezer Enterprises http://www.webEbenezer.net
5468
Age (days ago)
5468
Last active (days ago)
0 comments
1 participants
participants (1)
-
Brian Wood