Boost logo

Boost Users :

Subject: Re: [Boost-users] Max Boost Fusion tuple parameters
From: Slava (Viatcheslav.Sysoltsev_at_[hidden])
Date: 2013-06-14 05:39:27


On Thu, 13 Jun 2013 14:27:30 +0200, Larry Evans
<cppljevans_at_[hidden]> wrote:

> It also appears that when TUPLE_SIZE >=100,
> compile time goes up linearly.

Take a look at memory usage either, as soon as it starts swapping, it's
far from linear. Your peers will curse you for this code. CDT indexer
(eclipse) takes a lot time and memory on such constructs.
The size of the produced binary (due to debug info for all these small
inlined internal helper functions) must not be forgotten. It's hard to
justify half-Gb executable to the colleagues.

-- Slava


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net