-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There should be a caching wrapfs #223
Comments
Yes |
There are classes for caching single files and filesystem metadata, but not complete filesystem: |
Yes, I think |
Hi, I'm working on a WrapFS subclass implementing the LRU caching scheme (wikipedia entry). On top of the wrapped FS, one provides another FS used for caching and the max size of the cache. The consistency is checked based on md5, so it's compatible with s3's etag. Would you consider a pull request when I'm done? M. |
I think you could close this issue, unless you have some code to submit. You made a point. |
IMHO this is a perfectly valid suggestion / request, so there's no point closing it. |
I agree. Some maintainers close less prospective issues when there is no active work to discuss. |
For networking-based filesystems, one is often interested in some kind of local cache. As far as I can see, that would be another good use case for
fs.wrapfs
, right?The text was updated successfully, but these errors were encountered: