Here's a link to one of the Boost based programs in
case there are suggestions to improve it's
performance --
http://webEbenezer.net/comp/bser.cc.
Brian Wood
Ebenezer Enterprises
http://webEbenezer.net
(651) 251-9384
--
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]
Have you tried writing a Boost.Serialization archive using the same
code you use in your own serialization solution?
The difference probably comes from there, not from the Send/Receive vs
template serialize with &.
No, I haven't. I agree with your assessment for the
tests mentioned. I'd just point out that I'm using
the two as is without having to make significant changes
to either one.
Brian Wood