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

Implement session caching #20

Open
bradunov opened this issue Apr 26, 2020 · 1 comment
Open

Implement session caching #20

bradunov opened this issue Apr 26, 2020 · 1 comment

Comments

@bradunov
Copy link
Owner

Currently, user sessions are not being cached in memory and are always pulled from a table. Implement local session state caching and also store precalculated scores there to speed up new question generation.

@vladap2013
Copy link
Collaborator

#8 implements session caching. This ticket remains open because of "precalculated scores".

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

2 participants