FUSE implementation #235
gwik
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
That's great, thanks for sharing it! There is probably a lot of scope to improve performance of the core Conserve library for the kind of random access this would generate, both by caching and by more efficient traversal to given paths. Maybe also in the fuse wrapper, e.g. by holding the block addresses in the entry you find while listing a file. Of course perhaps performance is fine for casual looking around or retrieval of a few files just as it is. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I've been using conserve for some time now, thanks for the this great tool.
I started implementing a FUSE mount tool that you can find on crates.io.
It's an early release and there are still many things to do but some people might find it useful.
Cheers,
Antonin
Beta Was this translation helpful? Give feedback.
All reactions