2
2
mirror of https://github.com/octoleo/restic.git synced 2025-01-22 14:48:24 +00:00
restic/internal
Matthew Dawson 3a16148447
archiver/archiver: Use Index.Has() instead of Index.Lookup() in isKnownBlob
Index.Has() is a faster then Index.Lookup() for checking if a blob exists
in the index.  As the returned data is never used, this avoids a ton
of allocations.
2018-01-23 22:26:10 -05:00
..
2017-11-24 20:53:26 +01:00
2018-01-18 20:50:39 -05:00
2017-07-23 14:21:03 +02:00
2017-07-23 14:19:13 +02:00
2017-11-01 10:30:40 +01:00
2017-10-25 12:03:55 -04:00
2017-07-23 14:21:03 +02:00