Is there a way to increase the maximum recursion depth in python 3? And if the answer is yes how can i know the maximum recursion depth ?
Is there a way to run faster a recursive function (increase his execution speed)? For exemple by running it on the graphic card.
I know there is a similar question that had allready been asked here for exemple:
How could you increase the maximum recursion depth in Python?
But the topic is more than 5 years old so i wanted to get a more update answer.
Thank for your help.
>Solution :
found an good article on increasing speed for recursive functions , see below if it can help you
https://circleoncircles.medium.com/python-recursive-function-and-various-speedup-a19312e7cf06