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

🐛 Don't cache dict in bibdatabase #348

Merged
merged 2 commits into from
Jan 3, 2023
Merged

🐛 Don't cache dict in bibdatabase #348

merged 2 commits into from
Jan 3, 2023

Conversation

MiWeiss
Copy link
Collaborator

@MiWeiss MiWeiss commented Jan 3, 2023

Fixes #345

Attention Multiple calls to get_entries_dict() lead to multiple creations of the dict. For huge databases, one may thus want to avoid doing that.

@MiWeiss MiWeiss changed the title Don't cache dict in bibdatabase 🐛 Don't cache dict in bibdatabase Jan 3, 2023
@MiWeiss MiWeiss merged commit ce64adf into master Jan 3, 2023
@MiWeiss MiWeiss deleted the dict-cache branch January 3, 2023 20:22
This pull request was closed.
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.

entries_dict/get_entry_dict() returns stale entries_dict if called multiple times
1 participant