cldf / pycldf

python package to read and write CLDF datasets
https://cldf.clld.org
Apache License 2.0
15 stars 7 forks source link

Load sources lazily when initializing a Dataset #162

Closed xrotwang closed 1 year ago

xrotwang commented 1 year ago

With datasets like Glottolog CLDF, where sources.bib may be a 50MB zip file of a 200 MB BibTeX, loading sources takes looong. Often, though, sources aren't necessary. Thus, they should be loaded lazily.