restic/internal/fuse
greatroar be5a0ff59f Centralize buffer allocation and size checking in Repository.LoadBlob
Benchmark results for internal/repository:

name              old time/op    new time/op    delta
LoadTree-8           479µs ± 2%     478µs ± 1%   ~     (p=0.780 n=10+9)
LoadBlob-8          11.6ms ± 2%    11.6ms ± 1%   ~     (p=0.631 n=10+10)
LoadAndDecrypt-8    13.2ms ± 2%    13.3ms ± 3%   ~     (p=0.631 n=10+10)

name              old alloc/op   new alloc/op   delta
LoadTree-8          41.2kB ± 0%    41.2kB ± 0%   ~     (all equal)
LoadBlob-8          2.28kB ± 0%    2.28kB ± 0%   ~     (all equal)
LoadAndDecrypt-8    2.10MB ± 0%    2.10MB ± 0%   ~     (all equal)

name              old allocs/op  new allocs/op  delta
LoadTree-8             652 ± 0%       652 ± 0%   ~     (all equal)
LoadBlob-8            24.0 ± 0%      24.0 ± 0%   ~     (all equal)
LoadAndDecrypt-8      30.0 ± 0%      30.0 ± 0%   ~     (all equal)

name              old speed      new speed      delta
LoadBlob-8        86.2MB/s ± 2%  86.4MB/s ± 1%   ~     (p=0.594 n=10+10)
LoadAndDecrypt-8  75.7MB/s ± 2%  75.4MB/s ± 3%   ~     (p=0.617 n=10+10)
2020-04-23 10:04:20 +02:00
..
blob_size_cache.go Support NetBSD without fuse 2018-06-16 15:55:04 +09:00
dir.go Merge pull request #2621 from greatroar/fixes 2020-04-18 18:07:08 +02:00
file.go Centralize buffer allocation and size checking in Repository.LoadBlob 2020-04-23 10:04:20 +02:00
fuse_test.go Centralize buffer allocation and size checking in Repository.LoadBlob 2020-04-23 10:04:20 +02:00
link.go Support NetBSD without fuse 2018-06-16 15:55:04 +09:00
meta_dir.go Cache uid and gid for top directories in internal/fuse 2020-02-24 10:46:09 +01:00
other.go Support NetBSD without fuse 2018-06-16 15:55:04 +09:00
root.go Merge pull request #2584 from greatroar/mount-cache-uid-gid 2020-04-18 17:45:14 +02:00
snapshots_dir.go Merge pull request #2584 from greatroar/mount-cache-uid-gid 2020-04-18 17:45:14 +02:00