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

Working disk caching #22

Merged
merged 2 commits into from
Oct 26, 2024
Merged

Working disk caching #22

merged 2 commits into from
Oct 26, 2024

Conversation

compscidr
Copy link
Owner

@compscidr compscidr commented Oct 26, 2024

  • convert the cmap to sync maps
  • serialize the go structs into json files on disk
  • update the constructor to take the file names for the profiles and the articles
  • added a save function to load the save files into the memory cache

Fixes #19

@compscidr compscidr merged commit fcd51ff into main Oct 26, 2024
2 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.

Add on-disk cache to avoid hitting rate limit
1 participant