Wrappers around C/C++ libraries only get you so far with performance. As an example, I'm doing evolutionary computing where the evolution invokes a 'fitness function' for every individual on every generation. The fitness function has to be bespoke and isn't in any library although the library...