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

Replace NullStore with InMemoryFeedStore #80

Merged
merged 4 commits into from
Mar 27, 2024

Conversation

caiozullo
Copy link
Member

No description provided.

Replaced Dictionary with NSCache to support automatic eviction when resources are low.
- The InMemoryStore can provide better UX as it supports pagination and image caching
- Made the infra queue serial - instead of concurrent - since the InMemoryFeedStore is not thread safe
@mapostolakis mapostolakis merged commit 07f0d2d into master Mar 27, 2024
2 checks passed
@mapostolakis mapostolakis deleted the feature/promote-in-memory-store branch March 27, 2024 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants