John Kitchin <jkitc...@andrew.cmu.edu> writes: > I would see if you can cache the result and not do it more than needed; it > can add a performance issue on large files.
The results of parsing are already cached. See 7ddc5b57c. With this patch, I'd expect 2x performance degradation on (1) first time Org opens the bibliography in current Emacs session; (2) after bibliography is changed. I believe that it is anyway worth it. Having errors in bibliography can be easily overlooked and can potentially cause annoying issues. Best, Ihor