$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [serialization] Runtime overhead of serialization archives
From: Oswin Krause (Oswin.Krause_at_[hidden])
Date: 2016-09-21 13:52:06
hI,
>
> I already figured out that accidently had used in all three test xml
> archives.
> Now i can see bigger differences, but its still slower much than
> cstyle.
Also try to not create a stream and an archive in every iteration, but
instead reuse it. Especially the streams can be quite expensive to
create.