14 Jun
2013
14 Jun
'13
9:39 a.m.
On Thu, 13 Jun 2013 14:27:30 +0200, Larry Evans
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