$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [serialization] object tracking for shared strings
From: Robert Ramey (ramey_at_[hidden])
Date: 2009-12-17 11:59:09
Nils Krumnack wrote:
> On Dec 16, 2009, at 6:55 PM, Robert Ramey wrote:
>> If a lot of your strings are duplicated, I think boot::flyweight
>> might bear looking into.
>
> Thanks, that would have saved some work. Right what I needed. But it
> appears it doesn't have serialization support (as of 1.39).
Hmm - I thought it did
> Is that
> the usual thing where we pass the buck between the developers of the
> different libraries as to who has to implement this functionality?
> Particularly for flyweights this would be nice to have, given the
> aforementioned problem.
Well, excuse me, I was only trying to help.
Robert Ramey