You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when reading the local package registry, the entire file is loaded and parsed as a Vec<Package> before being operated (searched/printed). This won't scale, and could do with being re-written to use iterators or streams or something that will not load the entire file at once.
The text was updated successfully, but these errors were encountered:
Currently, when reading the local package registry, the entire file is loaded and parsed as a
Vec<Package>
before being operated (searched/printed). This won't scale, and could do with being re-written to use iterators or streams or something that will not load the entire file at once.The text was updated successfully, but these errors were encountered: