2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-06 19:10:49 +00:00
restic/internal/repository
greatroar 03d23e6faa Speed up blob sorting in internal/repository
name                    old time/op    new time/op    delta
SortCachedPacksFirst-8     208µs ± 3%     186µs ± 3%  -10.74%  (p=0.000 n=10+8)

name                    old alloc/op   new alloc/op   delta
SortCachedPacksFirst-8     213kB ± 0%     139kB ± 0%  -34.62%  (p=0.000 n=10+10)

name                    old allocs/op  new allocs/op  delta
SortCachedPacksFirst-8     1.03k ± 0%     1.03k ± 0%   -0.19%  (p=0.000 n=10+10)
2020-07-25 12:12:59 +02:00
..
testdata Moves files 2017-07-23 14:19:13 +02:00
doc.go Moves files 2017-07-23 14:19:13 +02:00
index_test.go Merge final indexes together for faster index access 2020-07-22 21:54:02 +02:00
index.go Merge final indexes together for faster index access 2020-07-22 21:54:02 +02:00
indexmap_test.go Chaining hash table for repository.Index 2020-07-19 13:58:22 +02:00
indexmap.go Chaining hash table for repository.Index 2020-07-19 13:58:22 +02:00
key.go Allow multiple retries for interactive password input 2019-06-13 20:11:02 +08:00
master_index_test.go Add tests and merge indexes in index benchmarks 2020-07-22 21:54:02 +02:00
master_index.go Merge final indexes together for faster index access 2020-07-22 21:54:02 +02:00
packer_manager_test.go Improve PackerManager benchmark 2020-03-05 22:30:03 +01:00
packer_manager.go Merge pull request #2709 from greatroar/minio-sha256 2020-06-12 23:32:58 +02:00
repack_test.go Fix non-intuitive repository behavior 2020-06-11 13:05:23 +02:00
repack.go Fix non-intuitive repository behavior 2020-06-11 13:05:23 +02:00
repository_internal_test.go Test and benchmark blob sorting in internal/repository 2020-07-25 12:12:58 +02:00
repository_test.go Fix repository_test.BenchmarkSaveAndEncrypt 2020-07-05 17:41:42 +02:00
repository.go Speed up blob sorting in internal/repository 2020-07-25 12:12:59 +02:00
testing.go Remove remnant of Go 1.9 compatibility code from tests 2020-02-26 22:23:38 +01:00
worker_group.go simpler error return 2020-01-27 18:41:46 +03:00