15 Feb
2018
15 Feb
'18
10:31 p.m.
On Thu, Feb 15, 2018 at 4:30 PM, Peter Dimov via Boost < boost@lists.boost.org> wrote:
Zach Laine wrote:
Doesn't seem so according to metaben.ch.
None of those measures time to compile simple construction.
There is such a benchmark, "make", and it does show std::tuple a lot slower (2-5x depending on number of elements.)
Ok, thanks.
YAP tuples aren't going to have 100 elements though, and for short tuples, there isn't that much of a difference.
True enough. Zach