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

advent: increase interaction timeout and optimise #213

Merged
merged 3 commits into from
Dec 4, 2024
Merged

Conversation

katrinafyi
Copy link
Member

optimisation to cache image data when switching to/from full view. this is done by lru_cache, currently with a size of 16 (enough for 8 /leaderboard calls, with 2 image each)

optimisation to cache image data when switching to/from full view.
this is done by lru_cache, currently with a size of 16 (enough for
8 /leaderboard calls, with 2 image each)
@katrinafyi
Copy link
Member Author

katrinafyi commented Dec 3, 2024

edit: all fixed

@katrinafyi katrinafyi marked this pull request as draft December 3, 2024 09:03
lists aren't hashable, obviously.
@katrinafyi katrinafyi marked this pull request as ready for review December 3, 2024 10:29
Copy link
Member

@TheOnlyMrCat TheOnlyMrCat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm 👍

@TheOnlyMrCat TheOnlyMrCat merged commit 6fdd5cb into main Dec 4, 2024
3 checks passed
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

Successfully merging this pull request may close these issues.

2 participants