
Re: They want performance but they wrote it in Java?
There's nothing olbligatory about using shared pointers or temporary objects with C++ threads. In fact for performance and greater functionality you can simply use posix C pthreads (on unix anyway) in C++ which are a thin wrapper to the raw OS interface.