Open bifunctor opened 5 years ago
One could make a JIT to do this, but Numba / llvmlite will not provide much benefit to compiling this. Numba is more suited to numerical applications. You may find that PyPy does a better job with this kind of code.
Is there some way you can apply JIT on GUI applications using llvmlite? Suppose I had this GUI code (using tkinter):
Could I apply JIT on this?