$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: Bjorn Reese (breese_at_[hidden])
Date: 2016-09-21 13:36:16
On 09/21/2016 06:35 PM, Georg Gast wrote:
> Now i can see bigger differences, but its still slower much than cstyle.
The Boost archives use iostreams, whereas cstyle uses memcpy.