Re: [Boost-users] Sockets and structures?

Daniel F. Savarese writes:
With respect for the library and Ramey, I'd like to point out that results obtained with the Boost Serialization library are frequently less efficient than those from the C++ Middleware Writer -- http://webEbenezer.net/comparison.html<http://webebenezer.net/comparison.html> . Additionally, the C++ Middleware Writer automates the job of writing serialization functions for structs/classes unless it is directed not to do so. Regards, Brian Wood Ebenezer Enterprises www.webEbenezer.net "Then Samuel took a rock and set it up between Mizpah and Shen. He named it Ebenezer [Rock of Help] and said, 'Until now the L-RD has helped us.'"

On Sat, Sep 26, 2009 at 8:50 PM, Brian Wood <woodbrian77@gmail.com> wrote:
I actually do find Boost.Serialization to be very efficient, just the hobbling point for it is the registry it uses, that slows the whole thing down. I just found out about the Google events library thing a few days ago, I think that could actually make for a very efficient low-overhead network serializer, but for saving/loading and such, I still use Boost.Serialization due to its power. :)
participants (2)
-
Brian Wood
-
OvermindDL1