$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Serialization] [Serialization of stl mapwithpointer to POD type]
From: Denis Gabaidulin (gabaden_at_[hidden])
Date: 2008-12-31 11:54:35
On Wed, Dec 31, 2008 at 19:41, Robert Ramey <ramey_at_[hidden]> wrote:
>> Thank u vÅry much.
>>
>> In regard to const char * type, i use it just a stupid c-strings, caz
>> i need maximum performance.
>> p.s. In my app keys are immutable.
>
> Then why are you storing them in a file? That's the red flag.
My app is something like memcached daemon, but with addiotional
commands flush/load for dumping current state to persistent
storage(disk).