$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [xint] Performance of fixed-size large integers
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2011-03-04 13:36:05
On 04/03/2011 19:01, Christopher Jefferson wrote:
> There are still cases where COW can beat move semantics. For example, I have need of the same integer in multiple places.
Then you should have all those places refer to the same integer, not
make all those places hold a copy of it.