From: Martin J. <mar...@em...> - 2004-04-24 15:27:19
|
On Sat, 24 Apr 2004, Henri DF wrote: > > > That's really cool! > > > > Since I don't like to use functors, I translated it into a functor-free > > version. > > is there any loss of efficiency in doing so? Probably. The best would be to have both. I would use the functorized version for writing libraries or very optimized code, and the polymorphic version the rest of the time (let's say 90%). How is it possible to do this without coding twice? Martin |