JuliaCI / PkgEval.jl

Keeping tabs on the julia ecosystem
Other
28 stars 18 forks source link

Cache registry lookups for package verification. #196

Closed maleadt closed 1 year ago

maleadt commented 1 year ago

Since this will be executed after finishing a package evaluation, it's critical this performs well. Iterating the entire registry each time round, and checking every package against the filesystem, is just too slow.