
13 Feb
2009
13 Feb
'09
10:23 a.m.
Hence, switch is slightly faster.
I got even better results for switch with Visual Studio, but on Linux gcc 4.3.2, i am getting almost equal values for both. But we can say for sure that Boost Variant is not as fast as the direct function call. . That's why i am requesting a feature to allow limited functionality of templates inside the virtual functions.
Why do you test two times for the variant by the way?
There's no special reason for that. I just wanted to see, whether there
would be any difference.. Thanks, Gokul.