$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [serialization] performance issue when deserializing long string in a xml file
From: jean-charles.quillet_at_[hidden]
Date: 2012-12-12 05:38:16
I've just discovered the make_binary_object function which does pretty
much what I was doing (binary serialization and base64 encoding) but also
split the string on many lines and it works fast enough now :-)
Problem solved,
Cheers,
Jean-Charles