$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] large variant performance compared (50 elements)
From: Igor R (boost.lists_at_[hidden])
Date: 2011-01-08 16:32:03
> Variant type: v2 Â Â Foo logic:C
> Obj size: 80.6MB
> Exe size: 356KB
> Pdb size: 13.6MB
> Build time: 8:46
> Peak commit: 1.4GB
>
> Variant type: v2 Â Â Foo logic:C Â Â Â Â Add boost::blank as first type
> Obj size: 2.6MB
> Exe size: 348KB
> Pdb size: 11.6MB
> Build time: 1:03
> Peak commit: 600MB
>
> Variant type: v2 Â Â Foo logic:C Â Â Â Â Test with patch <====
> Obj size: 4.6MB
> Exe size: 352KB
> Pdb size: 11.8MB
> Build time: 1:10
> Peak commit: 600MB
Does the last one include both boost::blank and the patch, or the patch only?