mirror of
https://github.com/restic/restic.git
synced 2025-08-12 11:17:42 +00:00
Optimize FUSE - make command restic mount
faster and consume less memory
- Add Open() functionality to dir - only access index for blobs when file is read - Implement NodeOpener and put one-time file stuff there - Add comment about locking as suggested by bazil.org/fuse => Thanks at Michael Eischer for suggesting the last two improvements
This commit is contained in:

committed by
Michael Eischer

parent
be54ceff66
commit
f8316948d1
8
changelog/unreleased/issue-1680
Normal file
8
changelog/unreleased/issue-1680
Normal file
@@ -0,0 +1,8 @@
|
||||
Enhancement: Optimize `restic mount`
|
||||
|
||||
We've optimized the FUSE implementation used within restic.
|
||||
`restic mount` is now more responsive and uses less memory.
|
||||
|
||||
https://github.com/restic/restic/issues/1680
|
||||
https://github.com/restic/restic/pull/2587
|
||||
https://github.com/restic/restic/pull/2787
|
Reference in New Issue
Block a user