1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-02-01 12:09:03 +00:00
restic/internal
Michael Eischer 1ebd57247a repository: optimize MasterIndex.Each
Sending data through a channel at very high frequency is extremely
inefficient. Thus use simple callbacks instead of channels.

> name                old time/op  new time/op  delta
> MasterIndexEach-16   6.68s ±24%   0.96s ± 2%  -85.64%  (p=0.008 n=5+5)
2022-09-24 12:21:59 +02:00
..
archiver archiver: reduce memory usage for large files 2022-07-23 14:45:07 +02:00
backend b2: sniff the error that caused init retry loops 2022-08-28 17:46:03 +02:00
bloblru
cache cache: Just try to open cache entry without calling stat first 2022-08-19 20:59:06 +02:00
checker repository: optimize MasterIndex.Each 2022-09-24 12:21:59 +02:00
crypto crypto: move crypto buffer helpers 2022-07-17 13:42:23 +02:00
debug debug: support roundtripper logging also for release builds 2022-08-05 23:49:39 +02:00
dump
errors
filter filter: deduplicate error handling for pattern validation 2022-09-09 23:12:41 +02:00
fs Add simple test for fs.TempFile on windows 2022-04-09 23:37:58 +02:00
fuse fuse: remove unused context parameter 2022-08-26 20:48:48 +02:00
hashing
migrations migrate: Report why an migration cannot be applied 2022-09-03 11:49:31 +02:00
options
pack repository: optimize MasterIndex.Each 2022-09-24 12:21:59 +02:00
repository repository: optimize MasterIndex.Each 2022-09-24 12:21:59 +02:00
restic repository: optimize MasterIndex.Each 2022-09-24 12:21:59 +02:00
restorer gofmt all files 2022-08-19 19:12:26 +02:00
selfupdate
test
textfile
ui archiver: remove unused fileInfo from progress callback 2022-07-23 14:16:23 +02:00
walker