2
2
mirror of https://github.com/octoleo/restic.git synced 2025-02-10 15:48:29 +00:00
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-07-23 14:21:03 +02:00
2017-07-23 14:19:13 +02:00
2017-09-09 13:26:35 +02:00