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
It would be nice to have lazy fetch. I think this would happen in a couple of steps:
abstract reader::fuse::Filesystem to take something like umoci's CAS (although maybe with a clearer name :D)
implement a lazy-fetching CAS which knows about both an on disk location like oci::Image does now, but also a repo to go fetch blobs from if it doesn't have them
The text was updated successfully, but these errors were encountered:
It would be nice to have lazy fetch. I think this would happen in a couple of steps:
reader::fuse::Filesystem
to take something like umoci's CAS (although maybe with a clearer name :D)oci::Image
does now, but also a repo to go fetch blobs from if it doesn't have themThe text was updated successfully, but these errors were encountered: