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

code execution caching #92

Open
Tracked by #95
colombod opened this issue Jun 20, 2018 · 0 comments
Open
Tracked by #95

code execution caching #92

colombod opened this issue Jun 20, 2018 · 0 comments
Labels

Comments

@colombod
Copy link
Member

Cache is used to improve performance and avoid service degradation.
This could lead to bad experience when the code is perfectly static but with mutating behaviour like DateTime.Now or rnd.NextDouble().

Ranking result mutability as part of caching would address this behaviour and still take advantage of perfectly stable code (stable includes code that won't compile).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants