Skip to content
Snippets Groups Projects
  • Robin Appelman's avatar
    7d386872
    optimize batch generation of previews · 7d386872
    Robin Appelman authored
    
    by allowing the generation of multiple previews at once we save on having to find, open and decode the max-preview for every preview of the same file
    
    the main use case for this is the preview generator app (pr for that comming next)
    
    in my local testing this saves about 25% of time when using the preview generator app
    
    Signed-off-by: default avatarRobin Appelman <robin@icewind.nl>
    7d386872
    History
    optimize batch generation of previews
    Robin Appelman authored
    
    by allowing the generation of multiple previews at once we save on having to find, open and decode the max-preview for every preview of the same file
    
    the main use case for this is the preview generator app (pr for that comming next)
    
    in my local testing this saves about 25% of time when using the preview generator app
    
    Signed-off-by: default avatarRobin Appelman <robin@icewind.nl>