I was trying to set up concrete-python on a new computer, and was then trying to run some piece of code that I had from another computer. The compile time is veeeery slow for integers larger than 100, while on my older computer this was not any problem.
I wonder if there is some difference in the python implementation I am not aware of? It seems very strange that the exact same code have dramatic differences in compile and runtime. Small numbers seems not to be any trouble.
Thanks for the answer. However, I think there is some issue with the computer here that causes this. It worked on yet another computer that I tested…