$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 15:18:20
Hi,
> My opinion: gcc is better at optimizing.... This must be the reason why
> windows is slower at the archives.
I would guess it is something with the iostreams. The compiler does not
optimize that bad that the same code leads to a factor 5 difference in
speed.