Sign in
Log inSign up
Adham Salama

3 likes

·

457 reads

6 comments

Plamen Ivanov
Plamen Ivanov
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
Adham Salama
Adham Salama
Author
·Feb 26, 2023

Great!

I think using pypy would make it even faster!

·
Plamen Ivanov
Plamen Ivanov
Feb 26, 2023

Adham Salama wow, I tested pypy. The run time was ~3x faster than nuitka 🤯

·
Adham Salama
Adham Salama
Author
·Feb 26, 2023

Plamen Ivanov Yeah, pypy is very fast indeed!

1
·
Islam Abdelfattah
Islam Abdelfattah
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
Adham Salama
Adham Salama
Author
·Oct 29, 2022

1- We get better performance. 2- It's in the article.

·