restic/internal/fuse
Alexander Weiss f8316948d1 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
2020-07-28 23:01:18 +02:00
..
blobcache.go
dir.go Optimize FUSE - make command restic mount faster and consume less memory 2020-07-28 23:01:18 +02:00
file.go Optimize FUSE - make command restic mount faster and consume less memory 2020-07-28 23:01:18 +02:00
fuse_test.go Optimize FUSE - make command restic mount faster and consume less memory 2020-07-28 23:01:18 +02:00
link.go
meta_dir.go
other.go
root.go
snapshots_dir.go