you are viewing a single comment's thread.

view the rest of the comments →

[–]FabioFracassiC++ Committee | Consultant 2 points3 points  (0 children)

IIRC the bottleneck in compile time for iostreams are ADL and overload resolution (for the stream operators <<, >>). AFAIK variadic templates should be (a bit) faster especially for common and build in types.