You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of a low level language, a port to Haskell might be better considering that Haskell already has tail call optimizations, which would solve the issue of maxing out python's recursion depth. There might be some fix we could do to trick Python, though it would probably not be worth it in the long run.
Port to Low-Level Language?
Should deercode be moved to a low-level language for better performance?
The text was updated successfully, but these errors were encountered: