22 Jan
2011
22 Jan
'11
7:38 p.m.
Does anyone know the performance difference between creating a new boost thread via ordinary function vs. doing that via a functor?
As Steven already mentioned, thread launching is so "heavy" procedure, that it's really doesn't matter if you pass a function pointer or boost::function.