mirror of
				https://github.com/restic/restic.git
				synced 2025-11-04 03:16:10 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			333 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			333 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
Enhancement: Reduce memory allocations for querying the index
 | 
						|
 | 
						|
This change reduces the internal memory allocations when the index data
 | 
						|
structures in memory are queried if a blob (part of a file) already exists in
 | 
						|
the repo. It should speed up backup a bit, and maybe even reduce RAM usage.
 | 
						|
 | 
						|
https://github.com/restic/restic/pull/1538
 |