-
Notifications
You must be signed in to change notification settings - Fork 46
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
Better approaches to importing of the Zotero database #55
Comments
As a follow-on point, I've just tested out parsing files with the Timings below on 2000+ .bib file FYI.
|
Update: FYI I think the output from that package is not production ready yet. Just food for thought... |
Hi Robin, thanks for sharing your results. This is actually one of the top two issues I want to tackle next. This looks promising. Here are some of my thoughts on this. I think there are two major options here to speed up reading from Zotero:
Have you, by chance, looked at
I haven't tried Just to link to the previous issue on background loading of the Zotero database: #36 |
Not tried promises, in my experience |
After playing around with |
It's frustrating when
citr
freezes your session so I thought I'd have a play with thefuture
package. Results seem promising so far, so thought I'd report back, having alluded to the potential utility of having the initial bib read running in the background several months ago. Basic concept demonstrated in reprex below. Thoughts: welcome!Created on 2019-10-16 by the reprex package (v0.3.0)
The text was updated successfully, but these errors were encountered: