sciunto-org / python-bibtexparser

Bibtex parser for Python 3
https://bibtexparser.readthedocs.io
MIT License
474 stars 132 forks source link

:bug: Don't cache dict in bibdatabase #348

Closed MiWeiss closed 1 year ago

MiWeiss commented 1 year ago

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.