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

feat: add buffer store LRU cache #106

Merged
merged 6 commits into from
Sep 5, 2024
Merged

Conversation

alanshaw
Copy link
Member

Adds a LRU cache to the buffer store.

Typically the same lambda instance is invoked multiple times to create the aggregate. Every time it is executed it needs to load details of all the currently buffered pieces. This PR adds an LRU cache to speed up the process.

Copy link

seed-deploy bot commented Sep 5, 2024

View stack outputs

@seed-deploy seed-deploy bot temporarily deployed to pr106 September 5, 2024 14:57 Inactive
@alanshaw alanshaw merged commit 17cf7e6 into main Sep 5, 2024
3 checks passed
@alanshaw alanshaw deleted the feat/buffer-store-lru-cache branch September 5, 2024 16:01
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.

1 participant