Feature suggestion: Cache the BibTeX file read #68
Locked
wenjie2wang
started this conversation in
General
Replies: 1 comment 2 replies
-
Yeah, I haven't tested with large files, but that makes sense. I created this issue, because I agree we need to figure it out: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Thanks for this nice package! I gave it a try and it worked smoothly for me.
I have a relatively large BibTeX file with over 1,000 entries (and 10,000 lines) and I have been using
ivy-bibtex
. Thebibtex-ctions
takes a noticeable time to read/load the BibTeX file every time, whileivy-bibtex
takes a noticeable time only the first time (assuming that the BibTeX file has not been changed). I guess it is becauseivy-bibtex
somehow caches the BibTeX file that has been read the first time. Thus, IMHO, it would be great ifbibtex-actions
contains a similar caching mechanism.Beta Was this translation helpful? Give feedback.
All reactions