I've been doing some projects in computer graphics that have revolved around using open source libraries written and C/C++ that were then turned into wrappers for python.
I want to know if the performance gains for turning it into pure C/C++ would be worth the significant time it would take to rewrite the code base.
I also know C/C++ is almost always faster than python, but considering the libraries are already a C/C++ wrapper I'm not sure how much of a performance increase I should expect. I'm not looking for an exact answer since it very much depends on the circumstances, but if anyone has a general rule of thumb that'd be great!