citation-file-format / cffconvert

Command line program to validate and convert CITATION.cff files.
Apache License 2.0
95 stars 28 forks source link

Added caching of cffstr during tests #365

Closed jspaaks closed 1 year ago

jspaaks commented 1 year ago

This PR adds lru_cache based caching for reading cff data from disk during tests. Speedup is about 3x.