6 comments
·Feb 26, 2023
Feb 26, 2023
I have tested the nuitka with primes of 100000, and the run time of python and compiled code was nearly 2 min difference. I think this would be very helpful working with pandas and numpy.
1
·
·3 replies
Author
·Feb 26, 2023
Great!
I think using pypy would make it even faster!
·
·Feb 26, 2023
Feb 26, 2023
Adham Salama wow, I tested pypy. The run time was ~3x faster than nuitka 🤯
·
Author
·Feb 26, 2023
Plamen Ivanov Yeah, pypy is very fast indeed!
1
·
·Oct 29, 2022
Oct 29, 2022
1- What is the benefit of compiling code? We already gained the benefit of types validation by mypy without compiling?
2- How can we run the compiled code?
·
·1 reply
Author
·Oct 29, 2022
1- We get better performance. 2- It's in the article.
·