
30 Oct
2007
30 Oct
'07
5:08 p.m.
Steven Watanabe <steven <at> providere-consulting.com> writes:
Biggest implementation difference: I am using an explicit table of function pointers and a separate buffer rather than a virtual functions.
Great. I planned this optimization but never started implementing it. Some further questions: Why do you use more than one placeholder? What's a difference between _1 and _? In dynamic_any, I use only anyT placeholder. I didn't get the idea of tuples. What are they for? -- Alexander