Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rust/recursion.rs is caching the result of function call #13

Open
yegor256 opened this issue Jan 29, 2022 · 0 comments
Open

rust/recursion.rs is caching the result of function call #13

yegor256 opened this issue Jan 29, 2022 · 0 comments

Comments

@yegor256
Copy link
Owner

It's obvious that in rust/recursion.rs the call to the function is cached. That's why it works faster than cpp/loop.cpp. Let's fix this to prevent caching.

@MCJOHN974 MCJOHN974 mentioned this issue Feb 10, 2022
Merged
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant