Currently finding all packages takes 20s each time. This explains why the overall time for loam build is slow. Perhaps we can use a file to cache the list?
This isn't a large concern yet as most projects will not have as many loam crates in them but still worth pointing out.
Currently finding all packages takes 20s each time. This explains why the overall time for
loam buildis slow. Perhaps we can use a file to cache the list?This isn't a large concern yet as most projects will not have as many loam crates in them but still worth pointing out.